diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index fb6ce80dc1a4b171fb572f6d38dbbe7bdd070718..ecf9fa0edeb4ee81f5ffa198abe9e5e741fd3eba 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -269,7 +269,6 @@ int main(int argc, char *argv[]) { auto nodalIntegrals = assemble_frictional<GridType, GridView, SmallVector, P1Basis>( leafView, p1Basis, frictionalNodes); - auto myGlobalNonlinearity = assemble_nonlinearity<VectorType, OperatorType>( grid->size(grid->maxLevel(), dim), parset, nodalIntegrals);