Skip to content
Snippets Groups Projects
Commit 3899a341 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Fix renamed method name.

parent 731dc288
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ public class VQImageDecompressor extends CompressorDecompressorBase implements I
}
final Voxel currentVoxel = new Voxel(currentVoxelLayerDims);
currentVoxelLayer = currentVoxel.reconstructFromVoxels(voxelDims, decompressedVoxels);
currentVoxelLayer = currentVoxel.reconstructFromVoxelsToDataset(voxelDims, decompressedVoxels);
} catch (Exception e) {
throw new ImageDecompressionException("VQImageDecompressor::decompressVoxels() - Unable to read indices from InBitStream.", e);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment