Changeset e0c5b1 for molecuilder/src/boundary.hpp
- Timestamp:
- Dec 3, 2008, 2:12:05 PM (17 years ago)
- Children:
- 3e20fe
- Parents:
- f5b58e
- File:
-
- 1 edited
-
molecuilder/src/boundary.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
rf5b58e re0c5b1 82 82 void GuessStartingTriangle(ofstream *out); 83 83 void AddPoint(atom * Walker); 84 void Find_starting_triangle(molecule mol, const double RADIUS);84 void Find_starting_triangle(molecule* mol, const double RADIUS); 85 85 void Find_next_suitable_triangle(molecule* mol, BoundaryLineSet Line, BoundaryTriangleSet T, const double& RADIUS); 86 86 … … 105 105 double * GetDiametersOfCluster(ofstream *out, Boundaries *BoundaryPtr, molecule *mol, bool IsAngstroem); 106 106 void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity); 107 void Find_next_suitable_point(atom a, atom b, atom Candidate, int n, Vector *d1, Vector *d2, double *Storage, const double RADIUS, molecule *mol); 108 void Find_non_convex_border(Tesselation Tess, molecule* mol); 107 109 108 110
Note:
See TracChangeset
for help on using the changeset viewer.
