remove trivial geometry nodes

This commit is contained in:
Dennis Luxen
2014-01-04 12:10:22 +01:00
parent cc915dbef2
commit b5170ed1fd
10 changed files with 503 additions and 118 deletions
+1
View File
@@ -38,6 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../typedefs.h"
#include <boost/assert.hpp>
#include <boost/foreach.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/unordered_map.hpp>
+4
View File
@@ -110,6 +110,10 @@ inline unsigned GenerateServerProgramOptions(
"edgesdata",
boost::program_options::value<boost::filesystem::path>(&paths["edgesdata"]),
".edges file")
(
"geometries",
boost::program_options::value<boost::filesystem::path>(&paths["geometries"]),
".geometries file")
(
"ramindex",
boost::program_options::value<boost::filesystem::path>(&paths["ramindex"]),