Skip to content
Snippets Groups Projects
Commit 37b71a28 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

rename computeAveragePressureIPOpt to computeAveragePressure

[[Imported from SVN: r2418]]
parent 1dfedfdf
No related branches found
No related tags found
No related merge requests found
......@@ -402,7 +402,7 @@ int main (int argc, char *argv[]) try
VectorType neumannValues(rhs3d.size());
// Using that index 0 is always the left boundary for a uniformly refined OneDGrid
computeAveragePressureIPOpt<GridType>(resultantForce, resultantTorque,
computeAveragePressure<GridType>(resultantForce, resultantTorque,
interfaceBoundary[grid.maxLevel()],
rodX[0],
neumannValues);
......
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