Changeset 4bb871a for molecuilder/src/boundary.cpp
- Timestamp:
- Feb 2, 2010, 12:22:06 PM (16 years ago)
- Children:
- 45cd358
- Parents:
- adcdf8 (diff), 6d0fcaa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/boundary.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
radcdf8 r4bb871a 19 19 20 20 #include<gsl/gsl_poly.h> 21 #include<time.h> 21 22 22 23 // ========================================== F U N C T I O N S ================================= … … 840 841 Log() << Verbose(1) << "INFO: Grid steps are " << N[0] << ", " << N[1] << ", " << N[2] << "." << endl; 841 842 843 // initialize seed of random number generator to current time 844 srand ( time(NULL) ); 845 842 846 // go over [0,1]^3 filler grid 843 847 for (n[0] = 0; n[0] < N[0]; n[0]++)
Note:
See TracChangeset
for help on using the changeset viewer.
