Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.cpp

    rea3627 r65f1dba  
    10411041//  TesselStruct->RemoveDegeneratedTriangles();
    10421042
     1043  // check envelope for consistency
     1044  status = CheckListOfBaselines(TesselStruct);
     1045
     1046  // store before correction
     1047  StoreTrianglesinFile(mol, (const Tesselation *&)TesselStruct, filename, "");
     1048
    10431049  // correct degenerated polygons
    10441050  TesselStruct->CorrectAllDegeneratedPolygons();
Note: See TracChangeset for help on using the changeset viewer.