Ignore:
Timestamp:
Jul 28, 2009, 10:33:53 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
da5c7c
Parents:
dd69cc
git-author:
Frederik Heber <heber@…> (07/28/09 10:31:26)
git-committer:
Frederik Heber <heber@…> (07/28/09 10:33:53)
Message:

ConvexTesselation working again.

  • File was not written, as NULL was given in builder.cpp instead of argv[argptr]
  • Tesselation::TesselateOnBoundary() - lots of small errors with the normal vector of the triangle, the propagation direction check and so forth
  • DetermineCenterOfAll() has sign changed, this was adapted in boundary.cpp
  • heptan is NOT working yet, as too many boundary points are thrown away
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    rdd69cc r78b45a  
    18131813                LinkedCell LCList(mol, 10.);
    18141814                class Tesselation *TesselStruct = NULL;
    1815                 Find_convex_border((ofstream *)&cout, mol, TesselStruct, &LCList, NULL);
     1815                Find_convex_border((ofstream *)&cout, mol, TesselStruct, &LCList, argv[argptr]);
    18161816                double clustervolume = VolumeOfConvexEnvelope((ofstream *)&cout, TesselStruct, &configuration);
    18171817                delete(TesselStruct);
Note: See TracChangeset for help on using the changeset viewer.