From 37b71a28bf8b4fcecd87c39cab268753cb29fa4f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 11 Jun 2008 13:53:31 +0000
Subject: [PATCH] rename computeAveragePressureIPOpt to computeAveragePressure

[[Imported from SVN: r2418]]
---
 dirneucoupling.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dirneucoupling.cc b/dirneucoupling.cc
index 2630adad..0b72c666 100644
--- a/dirneucoupling.cc
+++ b/dirneucoupling.cc
@@ -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);
-- 
GitLab