Ignore:
Timestamp:
Feb 2, 2010, 12:22:06 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
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.
Message:

Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.cpp

    radcdf8 r4bb871a  
    1919
    2020#include<gsl/gsl_poly.h>
     21#include<time.h>
    2122
    2223// ========================================== F U N C T I O N S =================================
     
    840841  Log() << Verbose(1) << "INFO: Grid steps are " << N[0] << ", " << N[1] << ", " << N[2] << "." << endl;
    841842
     843  // initialize seed of random number generator to current time
     844  srand ( time(NULL) );
     845
    842846  // go over [0,1]^3 filler grid
    843847  for (n[0] = 0; n[0] < N[0]; n[0]++)
Note: See TracChangeset for help on using the changeset viewer.