Skip to content
Snippets Groups Projects
Commit 028e8ee1 authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

white space change.

parent 2fcb3b26
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ template < class A > void identify (typename AccessIterator < A > :: Handle mi,
}
}
// reserve memory
for(int k=0; k<nl; ++k) inout[k].reserve( count[k] );
for(int k=0; k<nl; ++k) inout[ k ].reserve( count[k] );
}
{
......
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