diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-04-14 13:12:18 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2016-04-14 13:12:18 +0200 |
commit | 37951c09410545f3795887052681ee668368c8d0 (patch) | |
tree | d7653af5b1ecd88283ec68b28be2c15587a9e025 /src/Float32VolumeData3DMemory.cpp | |
parent | 43910c5678b0133611d5189ea558756fa5bec920 (diff) | |
parent | ab583834eec75d23e16b8f205ab65788d8df6ffe (diff) | |
download | astra-37951c09410545f3795887052681ee668368c8d0.tar.gz astra-37951c09410545f3795887052681ee668368c8d0.tar.bz2 astra-37951c09410545f3795887052681ee668368c8d0.tar.xz astra-37951c09410545f3795887052681ee668368c8d0.zip |
Merge pull request #37 from wjp/cppcheck
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++) { |