Ignore:
Timestamp:
Jun 13, 2008, 9:18:57 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
0779a9
Parents:
41c2f1
Message:

Final touches for Create Clusters in water

repetition in CreateClustersinWater(), some stuff thrown out in VolumeOfConvexEnvelope (loop to throw out some more points, which does not happen if we take any appearing in at least one BoundaryPoints), some variable declarations shifted to the start of a function, BoundaryPoints are given to functions and if NULL is created by calling GetBoundaryPoints() and free'd subsequently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    r41c2f1 r3f0c46  
    123123
    124124double VolumeOfConvexEnvelope(ofstream *out, config *configuration, Boundaries *BoundaryPoints, molecule *mol);
    125 void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, int repetition[NDIM], double celldensity);
     125double * GetDiametersOfCluster(ofstream *out, Boundaries *BoundaryPtr, molecule *mol, bool IsAngstroem);
     126void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double celldensity);
    126127
    127128
Note: See TracChangeset for help on using the changeset viewer.