From: kanschat Date: Fri, 23 May 2008 19:45:57 +0000 (+0000) Subject: another obsolete TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9853e06413c4f37db08f97616d1c340323a5bc4e;p=dealii-svn.git another obsolete TODO git-svn-id: https://svn.dealii.org/trunk@16194 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/path_search.cc b/deal.II/base/source/path_search.cc index 94b7cb5549..60d1ff69c0 100644 --- a/deal.II/base/source/path_search.cc +++ b/deal.II/base/source/path_search.cc @@ -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"));