diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-03-24 17:34:34 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-03-24 17:35:08 +0100 |
commit | 5c6a9523523c1680e898b4cf897531cd75435f22 (patch) | |
tree | 13d7a48d3c3b7c191c70d65d2e9fdc29e233ff0b /src/Float32VolumeData3DMemory.cpp | |
parent | 43910c5678b0133611d5189ea558756fa5bec920 (diff) | |
download | astra-5c6a9523523c1680e898b4cf897531cd75435f22.tar.gz astra-5c6a9523523c1680e898b4cf897531cd75435f22.tar.bz2 astra-5c6a9523523c1680e898b4cf897531cd75435f22.tar.xz astra-5c6a9523523c1680e898b4cf897531cd75435f22.zip |
Fix cppcheck warnings
Diffstat (limited to 'src/Float32VolumeData3DMemory.cpp')
-rw-r--r-- | src/Float32VolumeData3DMemory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Float32VolumeData3DMemory.cpp b/src/Float32VolumeData3DMemory.cpp index af45cb9..14adb1a 100644 --- a/src/Float32VolumeData3DMemory.cpp +++ b/src/Float32VolumeData3DMemory.cpp @@ -136,7 +136,6 @@ CFloat32VolumeData2D * CFloat32VolumeData3DMemory::fetchSliceZ(int _iSliceIndex) CFloat32VolumeData2D* res = new CFloat32VolumeData2D(&volGeom); // copy data - int iSliceCount = m_pGeometry->getGridSliceCount(); float * pfTargetData = res->getData(); for(int iRowIndex = 0; iRowIndex < iRowCount; iRowIndex++) { |