Changes in src/periodentafel.cpp [e5c0a1:4e6d74]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/periodentafel.cpp
re5c0a1 r4e6d74 17 17 #include "element.hpp" 18 18 #include "elements_db.hpp" 19 #include " helpers.hpp"19 #include "Helpers/helpers.hpp" 20 20 #include "lists.hpp" 21 #include " log.hpp"21 #include "Helpers/Log.hpp" 22 22 #include "periodentafel.hpp" 23 #include " verbose.hpp"23 #include "Helpers/Verbose.hpp" 24 24 25 25 using namespace std; … … 295 295 getline(input,header1tmp); 296 296 getline(input,header2tmp); // skip first two header lines 297 cout << "First header: " << header1tmp << endl;298 cout << "Second header: " << header2tmp << endl;297 //cout << "First header: " << header1tmp << endl; 298 //cout << "Second header: " << header2tmp << endl; 299 299 DoLog(0) && (Log() << Verbose(0) << "Parsed elements:"); 300 300 while (!input.eof()) {
Note:
See TracChangeset
for help on using the changeset viewer.