]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Choose file from correct directory.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 Sep 2013 19:33:25 +0000 (19:33 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 Sep 2013 19:33:25 +0000 (19:33 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30776 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/step-5.cc

index 4733291f6ff5f95e5775a9f30f8bd20777cca581..2a825122fde4ca70cd8a9f4a06ca734d89ed676b 100644 (file)
@@ -300,7 +300,8 @@ void LaplaceProblem<dim>::run ()
         {
           GridIn<dim> grid_in;
           grid_in.attach_triangulation (triangulation);
-          std::ifstream input_file(SOURCE_DIR "/grids/circle-grid.inp");
+
+          std::ifstream input_file(SOURCE_DIR "/../grid/grids/circle-grid.inp");
           Assert (dim==2, ExcInternalError());
 
           grid_in.read_ucd (input_file);

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.