* indentations + whitespace cleanup
This commit is contained in:
parent
8457e39efe
commit
56c6edab04
285 changed files with 6068 additions and 6223 deletions
|
|
@ -45,8 +45,8 @@ class eoUpdater : public eoF<void>
|
|||
public:
|
||||
virtual void lastCall() {}
|
||||
virtual std::string className(void) const { return "eoUpdater"; }
|
||||
|
||||
template <class EOT>
|
||||
|
||||
template <class EOT>
|
||||
eoUpdater& addTo(eoCheckPoint<EOT>& cp) { cp.add(*this); return *this; }
|
||||
};
|
||||
|
||||
|
|
@ -149,8 +149,8 @@ public :
|
|||
|
||||
eoCountedStateSaver(unsigned _interval, const eoState& _state, std::string _prefix = "state", std::string _extension = "sav", unsigned _counter = 0)
|
||||
: state(_state), interval(_interval), counter(_counter),
|
||||
saveOnLastCall(true),
|
||||
prefix(_prefix), extension(_extension) {}
|
||||
saveOnLastCall(true),
|
||||
prefix(_prefix), extension(_extension) {}
|
||||
|
||||
virtual void lastCall(void);
|
||||
void operator()(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue