Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -0,0 +1,30 @@
// Copyright (C) 2010, Guy Barrand. All rights reserved.
// See the file tools.license for terms.
#ifndef tools_sargs
#define tools_sargs
#include "S_STRING"
namespace tools {
TOOLS_GLOBAL_STRING_VALUE(arg_verbose,-verbose)
TOOLS_GLOBAL_STRING_VALUE(arg_help,-help)
TOOLS_GLOBAL_STRING_VALUE(arg_version,-version)
TOOLS_GLOBAL_STRING_VALUE(arg_host,-host)
TOOLS_GLOBAL_STRING_VALUE(arg_port,-port)
TOOLS_GLOBAL_STRING_VALUE(arg_can_shutdown,-can_shutdown)
TOOLS_GLOBAL_STRING_VALUE(arg_land,-land)
TOOLS_GLOBAL_STRING_VALUE(arg_document,-document)
TOOLS_GLOBAL_STRING_VALUE(arg_orders,-orders)
TOOLS_GLOBAL_STRING_VALUE(arg_black,-black)
TOOLS_GLOBAL_STRING_VALUE(arg_full_screen,-full_screen)
TOOLS_GLOBAL_STRING_VALUE(arg_no_decos,-no_decos)
TOOLS_GLOBAL_STRING_VALUE(arg_solid,-solid)
}
#endif