Skip to content

Commit

Permalink
fix build, rename MultiDimIterator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Jul 28, 2016
1 parent 900ac9a commit 8d2150a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/rewrite.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "CiftiFile.h"
#include "MultiDimIterator.h"
#include "CiftiMultiDimIterator.h"

#include <iostream>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT(src)
SET(HEADERS
CiftiFile.h
NiftiIO.h
MultiDimIterator.h
CiftiMultiDimIterator.h
)

SET(SOURCES
Expand Down
2 changes: 1 addition & 1 deletion src/CiftiFile.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "Common/CiftiAssert.h"
#include "Common/MultiDimArray.h"
#include "MultiDimIterator.h"
#include "CiftiMultiDimIterator.h"
#include "NiftiIO.h"

#ifdef CIFTILIB_USE_QT
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/NiftiIO.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "Common/CiftiAssert.h"
#include "NiftiIO.h"

#include "Common/CiftiException.h"
Expand Down

0 comments on commit 8d2150a

Please sign in to comment.