* indentations + whitespace cleanup
This commit is contained in:
parent
8457e39efe
commit
56c6edab04
285 changed files with 6068 additions and 6223 deletions
|
|
@ -47,22 +47,11 @@ public:
|
|||
virtual POT & best()=0;
|
||||
|
||||
virtual void best(POT _particle)=0;
|
||||
|
||||
|
||||
/// Virtual dtor
|
||||
virtual ~eoNeighborhood() {};
|
||||
virtual ~eoNeighborhood() {};
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif /* EONEIGHBORHOOD_H_ */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue