Skip to content
Snippets Groups Projects
Commit 810eb4cc authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix copy'n'paste error in nonplanarcosseratshelltest.cc

parent 697047cb
No related branches found
No related tags found
1 merge request!165Simplify NonplanarCosseratShellEnergy
Pipeline #16635 passed
......@@ -272,10 +272,10 @@ int main(int argc, char** argv)
};
double energyIrregular = calculateEnergy(flatGrid->leafGridView(), curvedGrid.leafGridView(), gridGeometry,
deformationIrregular, orientationIdentity);
deformationIrregular, orientationIrregular);
test.check(std::fabs(energyIrregular-51489391.39400836) < 1e-6,
"irregular configuration has energy 51489391.39400836");
test.check(std::fabs(energyIrregular-56331610.0823059) < 1e-6,
"irregular configuration has energy 56331610.0823059");
return test.exit();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment