Ignore:
Timestamp:
Dec 8, 2008, 2:16:34 PM (17 years ago)
Author:
Christian Neuen <neuen@…>
Children:
5a447f
Parents:
db177a
Message:

Another update w.r.t. the Tesselation.
Some signs switched, but atom indices might be misused.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    rdb177a r735468  
    8383    void AddPoint(atom * Walker);
    8484    void Find_starting_triangle(molecule* mol, const double RADIUS);
    85     void Find_next_suitable_triangle(ofstream *out, ofstream *tecplot, molecule* mol, BoundaryLineSet &Line, BoundaryTriangleSet &T, const double& RADIUS);
     85    void Find_next_suitable_triangle(ofstream *out, ofstream *tecplot, molecule* mol, BoundaryLineSet &Line, BoundaryTriangleSet &T, const double& RADIUS, int N);
    8686
    8787    PointMap PointsOnBoundary;
     
    106106void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity);
    107107void 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);
    108 void Find_non_convex_border(ofstream *out, ofstream *tecplot, Tesselation Tess, molecule* mol);
     108void Find_non_convex_border(ofstream *out, ofstream *tecplot, molecule* mol);
    109109
    110110
Note: See TracChangeset for help on using the changeset viewer.