Changeset 6145577 for src/Atom/AtomicInfo.hpp
- Timestamp:
- Apr 10, 2018, 6:43:12 AM (8 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, Candidate_v1.7.0, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision, stable
- Children:
- c87d6e
- Parents:
- 8c6b68
- git-author:
- Frederik Heber <frederik.heber@…> (08/03/17 10:47:26)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/10/18 06:43:12)
- File:
-
- 1 edited
-
src/Atom/AtomicInfo.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Atom/AtomicInfo.hpp
r8c6b68 r6145577 20 20 21 21 #include "Bond/BondInfo.hpp" 22 #include "WorldTime.hpp" 22 23 23 24 class atom; … … 31 32 public: 32 33 AtomicInfo(); 33 AtomicInfo(const atom &_atom );34 AtomicInfo(const atom &_atom, const unsigned int _step = WorldTime::getTime()); 34 35 AtomicInfo(const AtomicInfo &_atominfo); 35 36 ~AtomicInfo(); 36 37 37 bool setAtom(atom &_atom ) const;38 bool setAtom(atom &_atom, const unsigned int _step = WorldTime::getTime()) const; 38 39 atomId_t getId() const; 39 40
Note:
See TracChangeset
for help on using the changeset viewer.
