* indentations + whitespace cleanup

This commit is contained in:
Caner Candan 2011-05-05 16:54:00 +02:00
commit 56c6edab04
285 changed files with 6068 additions and 6223 deletions

View file

@ -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);