Changeset f00f02
- Timestamp:
- Dec 16, 2009, 12:30:16 PM (16 years ago)
- Children:
- 62e23d
- Parents:
- 2309fa
- git-author:
- Tillmann Crueger <crueger@…> (12/16/09 09:58:21)
- git-committer:
- Frederik Heber <heber@…> (12/16/09 12:30:16)
- Location:
- molecuilder/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.cpp
r2309fa rf00f02 1081 1081 } 1082 1082 }; 1083 1084 void molecule::flipActiveFlag(){ 1085 ActiveFlag = !ActiveFlag; 1086 } -
molecuilder/src/molecule.hpp
r2309fa rf00f02 296 296 bool OutputTemperatureFromTrajectories(ofstream * const output, int startstep, int endstep); 297 297 298 // Manipulation routines 299 void flipActiveFlag(); 300 298 301 private: 299 302 int last_atom; //!< number given to last atom
Note:
See TracChangeset
for help on using the changeset viewer.