From e2f6b686003f86af8a64e7c6f7e8cf8c2da7ba69 Mon Sep 17 00:00:00 2001 From: drd Date: Thu, 16 Feb 2017 17:28:54 +0100 Subject: Preliminary alternative parallel traversal/benchmarking work --- src/ingen/ingen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ingen') diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 9f939621..e4f0a946 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -90,7 +90,8 @@ main(int argc, char** argv) // Create world try { - world = new Ingen::World(argc, argv, NULL, NULL, NULL); + world = new Ingen::World(NULL, NULL, NULL); + world->load_configuration(argc, argv); if (argc <= 1) { world->conf().print_usage("ingen", cout); return EXIT_FAILURE; -- cgit v1.2.1