From a1058d1e6ae7a8f13451c3b5bd34af14af2e3ec6 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 25 Jun 2014 13:36:57 +0000 Subject: [PATCH] Init the grid bounding box to some dummy values [[Imported from SVN: r9802]] --- cosserat-continuum.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc index 9adffa55..1a76d44c 100644 --- a/cosserat-continuum.cc +++ b/cosserat-continuum.cc @@ -208,7 +208,7 @@ int main (int argc, char *argv[]) try shared_ptr<GridType> grid; - FieldVector<double,dim> lower, upper; + FieldVector<double,dim> lower(0), upper(1); if (parameterSet.get<bool>("structuredGrid")) { -- GitLab