Ignore:
Timestamp:
Jan 13, 2010, 1:37:01 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
8a34e69
Parents:
afa056
git-author:
Frederik Heber <heber@…> (01/13/10 13:30:01)
git-committer:
Frederik Heber <heber@…> (01/13/10 13:37:01)
Message:

Small fixes to make checks working again.

  • Tesselations tests 13 and 14 were not working due to two triangles being flipped in .dat
  • Tesselations tests 13, 14 and 15 were not working due to positions changed in .r3d due to GetCenter() being replaced by new/zero vector. was fixed by copying created .r3d and .dat files on top of present ones in regression folder.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselationhelpers.cpp

    rafa056 r49d3e1e  
    809809  TesselPoint *Walker = NULL;
    810810  int i;
    811   Vector *center = new Vector(); //cloud->GetCenter();
     811  Vector *center = cloud->GetCenter();
    812812  if (rasterfile != NULL) {
    813813    //Log() << Verbose(1) << "Writing Raster3D file ... ";
Note: See TracChangeset for help on using the changeset viewer.