Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/element.hpp

    read4e6 re138de  
    99#define ELEMENT_HPP_
    1010
     11using namespace std;
     12
    1113/*********************************************** includes ***********************************/
    1214
     
    1719
    1820#include <iostream>
    19 #include <string>
    2021
    2122#include "defs.hpp"
    22 #include "types.hpp"
    2323
    2424/********************************************** declarations *******************************/
     
    5050  ~element();
    5151
    52   // accessor functions
    53   atomicNumber_t getNumber() const;
    54   std::string getSymbol() const;
    55 
    5652  //> print element entries to screen
    57   bool Output(std::ostream * const out) const;
    58   bool Checkout(std::ostream * const out, const int No, const int NoOfAtoms) const;
     53  bool Output(ofstream * const out) const;
     54  bool Checkout(ofstream * const out, const int No, const int NoOfAtoms) const;
    5955
    6056  private:
Note: See TracChangeset for help on using the changeset viewer.