Changeset 543794 for molecuilder/src/helpers.cpp
- Timestamp:
- Oct 17, 2009, 5:49:05 AM (16 years ago)
- Children:
- e72287
- Parents:
- 746bb4
- File:
-
- 1 edited
-
molecuilder/src/helpers.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/helpers.cpp
r746bb4 r543794 49 49 while (*b < lower_bound) 50 50 *b += step; 51 };52 53 /** Flips two doubles.54 * \param *x pointer to first double55 * \param *y pointer to second double56 */57 void flip(double *x, double *y)58 {59 double tmp;60 tmp = *x;61 *x = *y;62 *y = tmp;63 51 }; 64 52
Note:
See TracChangeset
for help on using the changeset viewer.
