codebase
/
stimlib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
3
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bba4f4d9d06256bf544a3d0320d26649506d9d15
Authored by
David Mayerich
2014-10-21 15:18:40 -0500
1 parent
740f8cd2
minor warning fixes
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
envi/envi.h
Inline
Side-by-side
envi/envi.h
Wrap text
Show/Hide comments
View file @
bba4f4d
...
...
@@ -302,6 +302,8 @@ public:
302
302
else
303
303
std::cout<<"ERROR: unidentified data type"<<std::endl;
304
304
}
305
+
306
+ return false;
305
307
}
306
308
307
309
//apply mask
...
...