Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Element/periodentafel.hpp

    r37ef6d r47ed3d  
    2222
    2323class element;
    24 class ion;
    2524
    2625/********************************************** declarations *******************************/
     
    3433private:
    3534  typedef std::map<atomicNumber_t,element*> elementSet;
    36   typedef std::map<int,ion*> ionSet;
    37   typedef std::map<atomicNumber_t,ionSet> IonsPerElement;
    3835public:
    3936  typedef elementSet::iterator iterator;
     
    5148  void CleanupPeriodtable();
    5249  const element * FindElement(atomicNumber_t) const;
    53   const element * FindElement(atomicNumber_t, const int);
    5450  const element * FindElement(const std::string &shorthand) const;
    5551  const element * AskElement() const;
     
    8076    ar & boost::serialization::make_array<char>(header2, MAXSTRINGSIZE);
    8177    ar & elements;
    82     ar & ions;
    8378  }
    8479
     
    9893
    9994  elementSet elements;
    100   IonsPerElement ions;
    10195};
    10296
Note: See TracChangeset for help on using the changeset viewer.