Changeset 2704e2 for molecuilder/src/Parser/FormatParser.cpp
- Timestamp:
- Mar 30, 2010, 1:22:20 PM (15 years ago)
- Children:
- 0f7883
- Parents:
- fd9d77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Parser/FormatParser.cpp
rfd9d77 r2704e2 7 7 8 8 #include "FormatParser.hpp" 9 #include <iostream> 9 10 10 11 using namespace std; … … 31 32 void FormatParser::update(Observable *publisher) { 32 33 if (!saveStream) { 33 // throw new Exception("Please invoke setOfstream() so the parser knows where to save the World's data."); 34 cerr << "Please invoke setOstream() so the parser knows where to save the World's data." << endl; 35 return; 34 36 } 35 37
Note:
See TracChangeset
for help on using the changeset viewer.