Changeset eec6c8 for molecuilder/src/boundary.hpp
- Timestamp:
- Dec 29, 2008, 12:25:04 PM (17 years ago)
- Children:
- 3d9045
- Parents:
- fe3c9a
- File:
-
- 1 edited
-
molecuilder/src/boundary.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
rfe3c9a reec6c8 86 86 void AddTriangleToLines(); 87 87 void Find_starting_triangle(molecule* mol, const double RADIUS); 88 void Find_next_suitable_triangle(ofstream *out, ofstream *tecplot, molecule* mol, BoundaryLineSet &Line, BoundaryTriangleSet &T, const double& RADIUS, int N);88 void Find_next_suitable_triangle(ofstream *out, molecule* mol, BoundaryLineSet &Line, BoundaryTriangleSet &T, const double& RADIUS, int N, const char *tempbasename); 89 89 90 90 PointMap PointsOnBoundary; … … 111 111 void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity); 112 112 void Find_next_suitable_point(atom a, atom b, atom Candidate, int n, Vector *d1, Vector *d2, atom*& Opt_Candidate, double *Storage, const double RADIUS, molecule *mol, bool problem); 113 void Find_non_convex_border(ofstream *out, ofstream *tecplot, molecule* mol);113 void Find_non_convex_border(ofstream *out, const char *filename, molecule* mol); 114 114 115 115
Note:
See TracChangeset
for help on using the changeset viewer.
