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

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

index f78e9e7b5a779244fa68eef2788deaaf98182e19..9759010cf976e815fdb6b8ba56b820945f5e6e8d 100644 (file)
@@ -55,7 +55,7 @@ void check_file (const std::string name,
 
 void filename_resolution()
 {
-  check_file<2> (std::string("grid_in_vtk_2d/mesh"), GridIn<2>::vtk);
+  check_file<2> (std::string(SOURCE_DIR "grid_in_vtk_2d/mesh"), GridIn<2>::vtk);
 }
 
 
index 28e26d32c2303708aa4bb937d0b840a6e600c2d7..6dc24c7ccc5c424b39c3e7a035f7cca2745c7b9f 100644 (file)
@@ -55,7 +55,7 @@ void check_file (const std::string name,
 
 void filename_resolution()
 {
-  check_file<3> (std::string("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.