]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Do not write copies of the output to /tmp.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Jul 2014 23:04:24 +0000 (23:04 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Jul 2014 23:04:24 +0000 (23:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@33177 0785d39b-7218-0410-832d-ea1e28bc413d

tests/manifold/manifold_id_05.cc
tests/manifold/manifold_id_06.cc
tests/manifold/manifold_id_07.cc

index b191e64673925579232ebe5f839e69b0052ec45e..7aaa40c48395d2841ce20840f97523f849622574 100644 (file)
@@ -1,5 +1,5 @@
 //----------------------------  manifold_id_05.cc  ---------------------------
-//    Copyright (C) 2011, 2013 by the mathLab team.
+//    Copyright (C) 2011, 2013, 2014 by the mathLab team.
 //
 //    This file is subject to LGPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -57,11 +57,6 @@ void test(unsigned int ref=1)
 
   GridOut gridout;
   gridout.write_msh(tria, deallog.get_file_stream());
-  char fname[30];
-  sprintf(fname, "/tmp/id_5_mesh_%d_%d.msh",
-          dim, spacedim);
-  std::ofstream ofile(fname);
-  gridout.write_msh(tria,ofile);
 }
 
 int main ()
index e6d7c70af429f788d71418431e5d2a356e1e57c2..0a96f74a0a844fb3ba6e67ec1862d1edf40a2d6d 100644 (file)
@@ -1,5 +1,5 @@
 //----------------------------  manifold_id_06.cc  ---------------------------
-//    Copyright (C) 2011, 2013 by the mathLab team.
+//    Copyright (C) 2011, 2013, 2014 by the mathLab team.
 //
 //    This file is subject to LGPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -58,11 +58,6 @@ void test(unsigned int ref=1)
 
   GridOut gridout;
   gridout.write_msh(tria, deallog.get_file_stream());
-  char fname[30];
-  sprintf(fname, "/tmp/id_6_mesh_%d_%d.msh",
-          dim, spacedim);
-  std::ofstream ofile(fname);
-  gridout.write_msh(tria,ofile);
 }
 
 int main ()
index 96635f1862c465edeeb01c0d688636ef4e9f38a6..46799bdebec4414d55fff696a32e06121a577198 100644 (file)
@@ -1,5 +1,5 @@
 //----------------------------  manifold_id_05.cc  ---------------------------
-//    Copyright (C) 2011, 2013 by the mathLab team.
+//    Copyright (C) 2011, 2013, 2014 by the mathLab team.
 //
 //    This file is subject to LGPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -59,11 +59,6 @@ void test(unsigned int ref=1)
 
   GridOut gridout;
   gridout.write_msh(tria, deallog.get_file_stream());
-  char fname[30];
-  sprintf(fname, "/tmp/id_7_mesh_%d_%d.msh",
-          dim, spacedim);
-  std::ofstream ofile(fname);
-  gridout.write_msh(tria,ofile);
   tria.set_manifold(1);
 }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.