Changeset 1311 for GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.cpp
- Timestamp:
- 09/01/06 11:19:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.cpp
r1281 r1311 485 485 } 486 486 #endif 487 VssTree *vssTree = NULL; 488 487 VssTree *vssTree = NULL; 489 488 490 489 long initialTime = GetTime(); … … 499 498 else 500 499 { 501 502 500 while (totalSamples < mInitialSamples) { 503 501 int passContributingSamples = 0;
Note: See TracChangeset
for help on using the changeset viewer.