]> https://gitweb.dealii.org/ - dealii.git/commitdiff
new function name() in PathSearch
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 3 May 2005 19:24:16 +0000 (19:24 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 3 May 2005 19:24:16 +0000 (19:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@10635 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/path_search.cc

index 5e73921f638220638238070259736ec77f0bc464..45e0b6596656214d77434e849f39eb5db1bb93db 100644 (file)
@@ -32,15 +32,19 @@ int main()
   cc.add_suffix(".cc");
 
   cc.open("block_vector.cc");
+  deallog << cc.name() << std::endl;
   cc.open("block_vector");
+  deallog << cc.name() << std::endl;
   cc.add_suffix(".h", PathSearch::after_none);
   cc.open("block_vector");
+  deallog << cc.name() << std::endl;
 
   cc.show(deallog);
   
   PathSearch mesh("MESH", 3);
   mesh.show(deallog);
   std::istream& in = mesh.open("backstep");
+  deallog << mesh.name() << std::endl;
   std::string line;
   for (unsigned int i=0;i<4;++i)
     {

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.