Changes in src/Parser/XyzParser.hpp [a1e929:73916f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/XyzParser.hpp
ra1e929 r73916f 20 20 ~XyzParser(); 21 21 void load(std::istream* file); 22 void save(std::ostream* file );22 void save(std::ostream* file, const std::vector<atom *> &atoms); 23 23 24 24 private:
Note:
See TracChangeset
for help on using the changeset viewer.