]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new output in path search
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Mar 2005 19:07:18 +0000 (19:07 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
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
tests/results/i686-pc-linux-gnu+gcc3.2/base/path_search.output

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;
index f5304ea088c80a691b204b0e2103ec1f5e50b772..26e3ab48c44774898c1a28f04fa81eb6971ad292 100644 (file)
@@ -21,6 +21,10 @@ DEAL::PathSearch[CC] trying block_vector
 DEAL::PathSearch[CC] trying DEAL_II_PATH/lac/source/block_vector
 DEAL::PathSearch[CC] trying DEAL_II_PATH/lac/include/lac/block_vector.h
 DEAL::PathSearch[CC] opened DEAL_II_PATH/lac/include/lac/block_vector.h
+DEAL::DEAL_II_CCPATH="DEAL_II_PATH/lac/include/lac/::DEAL_II_PATH/lac/source/"
+DEAL:: Suffixes "" ".h" ".c" ".cc"
+DEAL::DEAL_II_MESHPATH=":DEAL_II_PATH/lib/meshes/"
+DEAL:: Suffixes "" ".inp" ".xda" ".dbmesh"
 DEAL::PathSearch[MESH] 2 directories 4 suffixes
 DEAL::PathSearch[MESH] trying backstep
 DEAL::PathSearch[MESH] trying DEAL_II_PATH/lib/meshes/backstep

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.