]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove temporary file.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Aug 2010 03:47:59 +0000 (03:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Aug 2010 03:47:59 +0000 (03:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@21618 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/index_set_readwrite_01.cc

index 6d122b090b41d5f0a14f90fb11143137151e3bf5..67213545e44b98082bd12969f242d78495b91004 100644 (file)
@@ -18,6 +18,7 @@
 #include <iomanip>
 #include <fstream>
 #include <cmath>
+#include <cstdio>
 #include <stdlib.h>
 
 #include <base/index_set.h>
@@ -45,8 +46,10 @@ void test ()
   is3.read(in2);
 
   Assert(is1 == is3, ExcInternalError());
+
   deallog << "OK" << std::endl;
+
+  std::remove ("index_set_readwrite_01/a.idxset");
 }
 
 

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.