Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/XyzParser.hpp

    ra1e929 r73916f  
    2020  ~XyzParser();
    2121  void load(std::istream* file);
    22   void save(std::ostream* file);
     22  void save(std::ostream* file, const std::vector<atom *> &atoms);
    2323
    2424private:
Note: See TracChangeset for help on using the changeset viewer.