From 36329d205dc891ae23b83c2be1e1f6c01d1ca91c Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 25 Apr 2012 16:31:00 +0000
Subject: [PATCH] write the solution into the directory given by 'resultPath'

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

diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index c2f76940..64c89646 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -297,7 +297,7 @@ int main (int argc, char *argv[]) try
     //   Output result
     // //////////////////////////////
     
-    CosseratVTKWriter<GridType>::write(grid,x,"cosserat");
+    CosseratVTKWriter<GridType>::write(grid,x, resultPath + "cosserat");
 
     // finally: compute the average deformation of the Neumann boundary
     // That is what we need for the locking tests
-- 
GitLab