* indentations + whitespace cleanup
This commit is contained in:
parent
8457e39efe
commit
56c6edab04
285 changed files with 6068 additions and 6223 deletions
|
|
@ -3,7 +3,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// eoDistribution.h
|
||||
// (c) Marc Schoenauer, Maarten Keijzer, 2001
|
||||
/*
|
||||
/*
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
|
|
@ -44,8 +44,8 @@
|
|||
*/
|
||||
|
||||
template <class EOT>
|
||||
class eoDistribution : public eoInit<EOT>,
|
||||
public eoPersistent, public eoObject
|
||||
class eoDistribution : public eoInit<EOT>,
|
||||
public eoPersistent, public eoObject
|
||||
{
|
||||
public:
|
||||
virtual void operator()(EOT &) = 0; // DO NOT FORGET TO INVALIDATE the EOT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue