Changes in / [0f44e1b:510f81]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tesselation/unittests/Tesselation_InsideOutsideUnitTest.cpp

    r0f44e1b r510f81  
    200200    CPPUNIT_ASSERT( TesselStruct != NULL );
    201201    PointCloudAdaptor< TesselPointSTLList > cloud(&Corners, "TesselPointSTLList");
    202     TesselStruct->Output("cube", cloud);
     202    //TesselStruct->Output("cube", cloud);
    203203    double n[3];
    204204    const double boundary = 2.;
Note: See TracChangeset for help on using the changeset viewer.