]> https://gitweb.dealii.org/ - dealii.git/commitdiff
new output in path search
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 3 Mar 2005 19:07:18 +0000 (19:07 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 3 Mar 2005 19:07:18 +0000 (19:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@9976 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/path_search.cc

index a798e6cd750c6ed756288e1b095b1d4a1ee3e452..0e76ae93409b705eb25037fe439c99a22351c104 100644 (file)
@@ -24,7 +24,7 @@ int main()
   PathSearch::add_class("CC");
 
                                   // Open with full debugging
-  PathSearch cc("CC", 2);
+  PathSearch cc("CC", 3);
   cc.add_path(DEAL_II_PATH "/lac/source/");
   cc.add_path(DEAL_II_PATH "/lac/include/lac/", PathSearch::front);
   cc.add_suffix(".c");
@@ -37,7 +37,7 @@ int main()
 
   cc.show(deallog);
   
-  PathSearch mesh("MESH", 2);
+  PathSearch mesh("MESH", 3);
   mesh.show(deallog);
   std::istream& in = mesh.open("backstep");
   std::string line;

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.