Changeset 5dba7a for molecuilder/src/Actions/Calculation_impl.hpp
- Timestamp:
- Mar 12, 2010, 1:16:01 PM (16 years ago)
- Children:
- d639c7
- Parents:
- 1e0785
- File:
-
- 1 edited
-
molecuilder/src/Actions/Calculation_impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/Calculation_impl.hpp
r1e0785 r5dba7a 16 16 Calculation<T>::Calculation(int _maxSteps, std::string _name, bool _doRegister) : 17 17 Process(_maxSteps,_name,_doRegister), 18 done(false),19 result(0)18 result(0), 19 done(false) 20 20 {} 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
