# we don't know anything about the hierarchy we have to search, but we should
# certainly search under the name of this configuration as well as the generic
# one as well
git-svn-id: https://svn.dealii.org/trunk@11769
0785d39b-7218-0410-832d-
ea1e28bc413d
$configuration = $ARGV[0];
# first check whether the given configuration is known at all. if not,
-# we can only resort to the generic files
+# we don't know anything about the hierarchy we have to search, but we should
+# certainly search under the name of this configuration as well as the generic
+# one as well
if (! defined $hierarchy{$configuration}) {
- print "generic\n";
+ print "$configuration generic\n";
exit;
}
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