Some renaming.

This commit is contained in:
David Williams
2014-09-18 14:58:17 +02:00
parent 8dd026e095
commit d2bbd6beba
4 changed files with 18 additions and 18 deletions

View File

@ -277,7 +277,7 @@ TestVolume::TestVolume()
m_pSimpleVolume = new SimpleVolume<int32_t>(region);
m_pLargeVolume = new LargeVolume<int32_t>(region, m_pFilePager, 32);
m_pLargeVolume->setTargetMemoryUsage(1 * 1024 * 1024);
m_pLargeVolume->setMemoryUsageLimit(1 * 1024 * 1024);
//Fill the volume with some data
for(int z = region.getLowerZ(); z <= region.getUpperZ(); z++)