]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
another obsolete TODO
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 May 2008 19:45:57 +0000 (19:45 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 May 2008 19:45:57 +0000 (19:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@16194 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/path_search.cc

index 94b7cb55491a2202c179922c8dcd6d2259148817..60d1ff69c0e7f9a0b3cb3c4df6d377a1ba3592f1 100644 (file)
@@ -2,7 +2,7 @@
 //      $Id$   
 //    Version: $Name$
 //
-//    Copyright (C) 2005, 2006, 2007 by the deal.II authors
+//    Copyright (C) 2005, 2006, 2007, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -40,10 +40,11 @@ PathSearch::initialize_classes()
   v.push_back(empty);
   v.push_back(std::string(".prm"));
   suffix_lists.insert(map_type(std::string("PARAMETER"), v));
-
-//TODO[GK]: instead of listing by hand here, query the GridIn class which formats it can presently read.
-//[Tobias Leicht]: the problem with this approach is that we would could not link with a base-lib alone
-// (undefined reference problem). we do that in the tests, however.
+  
+                                  // We cannot use the GridIn class
+                                  // to query the formats, since this
+                                  // would require linking with the
+                                  // deal.II libraries.
   v.clear();
   v.push_back(empty);
   v.push_back(std::string(".inp"));

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.