Ignore:
Timestamp:
Jun 12, 2008, 7:34:36 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
41c2f1
Parents:
e292c10
Message:

Smaller fixes

CreateClustersinWater is now PrepareClustersinWater (as actual suspension is done in VMD still)
BoundaryPoints can be returned or not in VolumeOfConvexEnvelope

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    re292c10 r7fcea6  
    122122
    123123
    124 double VolumeOfConvexEnvelope(ofstream *out, config *configuration, molecule *mol);
    125 void CreateClustersinWater(ofstream *out, config *configuration, molecule *mol, double clustervolume, double celldensity, double GreatestDiameter[NDIM]);
     124double VolumeOfConvexEnvelope(ofstream *out, config *configuration, Boundaries *BoundaryPoints, molecule *mol);
     125void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, int repetition[NDIM], double celldensity);
    126126
    127127
Note: See TracChangeset for help on using the changeset viewer.