Tidying up.

This commit is contained in:
David Williams
2014-05-25 23:34:12 +02:00
parent ec08b28002
commit b97bf52214
3 changed files with 11 additions and 6 deletions

View File

@ -173,7 +173,6 @@ int main(int argc, char *argv[])
cout << endl << "Time taken = " << time.elapsed() / 1000.0f << "s" << endl << endl;
const int32_t extractedRegionSize = 32;
const int32_t gapBetweenRegions = 1; // Set this to '1'
int meshCounter = 0;
for (int32_t z = 0; z < volData.getDepth(); z += extractedRegionSize)