Ignore:
Timestamp:
Dec 29, 2008, 12:25:04 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
3d9045
Parents:
fe3c9a
Message:

Now we also produce Raster3D output files additionally to TecPlot ones ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    rfe3c9a reec6c8  
    8686    void AddTriangleToLines();
    8787    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);
    8989
    9090    PointMap PointsOnBoundary;
     
    111111void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity);
    112112void 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);
     113void Find_non_convex_border(ofstream *out, const char *filename, molecule* mol);
    114114
    115115
Note: See TracChangeset for help on using the changeset viewer.