From 16b28dd4aeaee3e041475a6454f55996655e1ef8 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Sun, 24 Jan 2016 11:48:21 +0100 Subject: [PATCH] [App] filename added to config tree --- Applications/CLI/ogs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/CLI/ogs.cpp b/Applications/CLI/ogs.cpp index 359a34b3c0a..d0af41721af 100644 --- a/Applications/CLI/ogs.cpp +++ b/Applications/CLI/ogs.cpp @@ -114,6 +114,7 @@ int main(int argc, char *argv[]) // created inside this same scope! using Conf = BaseLib::ConfigTreeNew; Conf conf(project_config.get_child("OpenGeoSysProject"), + project_arg.getValue(), Conf::onerror, nonfatal_arg.getValue() ? Conf::onwarning : Conf::onerror); -- GitLab