Skip to content
Snippets Groups Projects
Commit 01ea8469 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Ran astyle

parent bf568b7c
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ void GridVessel::getFibonacciCoordinates( const unsigned& ipoint, std::vector<do
}
void GridVessel::getSplineNeighbors( const unsigned& mybox, unsigned& nneighbors, std::vector<unsigned>& mysneigh ) const {
plumed_dbg_assert( gtype==flat ); unsigned nneigh=unsigned(pow(2.0,int(dimension)));
plumed_dbg_assert( gtype==flat ); unsigned nneigh=unsigned(pow(2.0,int(dimension)));
if( mysneigh.size()!=nneigh ) mysneigh.resize(nneigh);
unsigned inind; nneighbors = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment