Changeset 1584 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
- Timestamp:
- 10/08/06 23:29:21 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1582 r1584 623 623 // create the meshes and compute volumes 624 624 vm->FinalizeViewCells(true); 625 vm->mViewCellsTree->AssignRandomColors();625 // vm->mViewCellsTree->AssignRandomColors(); 626 626 } 627 627 … … 1521 1521 } 1522 1522 1523 mViewCellsTree->AssignRandomColors(); 1524 1523 1525 mTotalAreaValid = false; 1524 1526 }
Note: See TracChangeset
for help on using the changeset viewer.