From 07cc4518e928cb20d299fd0892b0f5a2d4521798 Mon Sep 17 00:00:00 2001
From: Melanie Darcis <mdarcis@gmx.de>
Date: Wed, 12 Jan 2011 16:18:49 +0000
Subject: [PATCH] in case of dgf parameters, the gridPTR has to be loadbalanced

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4993 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/common/start.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/common/start.hh b/dumux/common/start.hh
index 7a3caf70f8..76951d236b 100644
--- a/dumux/common/start.hh
+++ b/dumux/common/start.hh
@@ -121,7 +121,7 @@ int startFromDGF(int argc, char **argv)
                 std::cerr << "WARNING: THE PROGRAM IS STARTED USING MPI, BUT THE GRID IMPLEMENTATION\n"
                           << "         YOU HAVE CHOSEN IS NOT PARALLEL!\n";
             }
-        	gridPtr->loadBalance();
+        	gridPtr.loadBalance();
         }
 
         // instantiate and run the concrete problem
-- 
GitLab