Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/periodentafel.cpp

    re5c0a1 r4e6d74  
    1717#include "element.hpp"
    1818#include "elements_db.hpp"
    19 #include "helpers.hpp"
     19#include "Helpers/helpers.hpp"
    2020#include "lists.hpp"
    21 #include "log.hpp"
     21#include "Helpers/Log.hpp"
    2222#include "periodentafel.hpp"
    23 #include "verbose.hpp"
     23#include "Helpers/Verbose.hpp"
    2424
    2525using namespace std;
     
    295295    getline(input,header1tmp);
    296296    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;
    299299    DoLog(0) && (Log() << Verbose(0) <<  "Parsed elements:");
    300300    while (!input.eof()) {
Note: See TracChangeset for help on using the changeset viewer.