From 4f3fed34af5d73bcb29dc45077d444fa3d14dc8c Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 25 Jun 2014 13:37:22 +0000
Subject: [PATCH] Don't write the cosserat.vtu file

[[Imported from SVN: r9803]]
---
 cosserat-continuum.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index 1a76d44c..e4a14226 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -406,8 +406,6 @@ int main (int argc, char *argv[]) try
     //   Output result
     // //////////////////////////////
 
-    CosseratVTKWriter<GridType>::write<FEBasis>(feBasis,x, resultPath + "cosserat");
-
     // finally: compute the average deformation of the Neumann boundary
     // That is what we need for the locking tests
     FieldVector<double,3> averageDef(0);
-- 
GitLab