Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/periodentafel.cpp

    r274d45 r61745cc  
    44 *
    55 */
    6 
    7 #include "Helpers/MemDebug.hpp"
    86
    97using namespace std;
     
    373371      (*input) >> elements[Z]->Valence;
    374372      (*input) >> ws;
    375       //Log() << Verbose(3) << "Element " << Z << " has " << FindElement(Z)->Valence << " valence electrons." << endl;
     373      //Log() << Verbose(3) << "Element " << (int)tmp << " has " << FindElement((int)tmp)->Valence << " valence electrons." << endl;
    376374    }
    377375    return true;
     
    396394      (*input) >> elements[Z]->NoValenceOrbitals;
    397395      (*input) >> ws;
    398       //Log() << Verbose(3) << "Element " << Z << " has " << FindElement(Z)->NoValenceOrbitals << " number of singly occupied valence orbitals." << endl;
     396      //Log() << Verbose(3) << "Element " << (int)tmp << " has " << FindElement((int)tmp)->NoValenceOrbitals << " number of singly occupied valence orbitals." << endl;
    399397    }
    400398    return true;
Note: See TracChangeset for help on using the changeset viewer.