]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix search path. again.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Oct 2013 15:05:39 +0000 (15:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Oct 2013 15:05:39 +0000 (15:05 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31188 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/grid_in_vtk_2d.cc
tests/deal.II/grid_in_vtk_3d.cc

index 9759010cf976e815fdb6b8ba56b820945f5e6e8d..750665f833c7651945c90cd8bb5504a79b17e4a1 100644 (file)
@@ -55,7 +55,7 @@ void check_file (const std::string name,
 
 void filename_resolution()
 {
-  check_file<2> (std::string(SOURCE_DIR "grid_in_vtk_2d/mesh"), GridIn<2>::vtk);
+  check_file<2> (std::string(SOURCE_DIR "/grid_in_vtk_2d/mesh"), GridIn<2>::vtk);
 }
 
 
index 6dc24c7ccc5c424b39c3e7a035f7cca2745c7b9f..ff521d5255acc5c7771c2f1dd2bdca54d452b3eb 100644 (file)
@@ -55,7 +55,7 @@ void check_file (const std::string name,
 
 void filename_resolution()
 {
-  check_file<3> (std::string(SOURCE_DIR "grid_in_vtk_3d/mesh"), GridIn<3>::vtk);
+  check_file<3> (std::string(SOURCE_DIR "/grid_in_vtk_3d/mesh"), GridIn<3>::vtk);
 }
 
 

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.