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
84a4e0f1f1ff7fbe800b2076906f9ed486dbd77a
Authored by
David Mayerich
2014-11-10 10:47:03 -0600
1 parent
ba873522
fixed a cout bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
envi/envi.h
Inline
Side-by-side
envi/envi.h
Wrap text
Show/Hide comments
View file @
84a4e0f
...
...
@@ -89,7 +89,7 @@ public:
89
89
}
90
90
91
91
else{
92
- std::cout<<"ERROR: unidentified type file "<<headername<<std::
cout
;
92
+ std::cout<<"ERROR: unidentified type file "<<headername<<std::
endl
;
93
93
exit(1);
94
94
}
95
95
...
...