Properly implemented Volume::tidyUpMemory().

This commit is contained in:
David Williams
2009-04-15 20:50:41 +00:00
parent df68b1fe7a
commit 8f0ca490df
3 changed files with 44 additions and 21 deletions

View File

@ -66,7 +66,7 @@ int main(int argc, char *argv[])
createCubeInVolume(volData, Vector3DUint16(midPos+1, minPos, midPos+1), Vector3DUint16(maxPos, midPos-1, maxPos), 0);
createCubeInVolume(volData, Vector3DUint16(minPos, midPos+1, midPos+1), Vector3DUint16(midPos-1, maxPos, maxPos), 0);
volData.idle(0);
volData.tidyUpMemory(0);
QApplication app(argc, argv);