Skip to content
Snippets Groups Projects
Commit 765862fc authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Kill unnecessary copy

parent 77111688
No related branches found
No related tags found
No related merge requests found
......@@ -471,7 +471,7 @@ int main(int argc, char *argv[]) {
alpha_initial, frictionalNodes, frictionData);
VectorType v = v_initial;
SingletonVectorType alpha = alpha_initial;
SingletonVectorType alpha(finestSize);
auto const timesteps = parset.get<size_t>("timeSteps.number"),
state_fpi_max = parset.get<size_t>("v.fpi.maximumIterations"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment