|
cgma
|
#include <string>Go to the source code of this file.
Classes | |
| struct | program_option_struct |
Defines | |
| #define | OPT_VERBOSE (Gopt.verbose || Gopt.debug) |
| #define | OPT_DEBUG (Gopt.debug) |
| #define | OPT_DEFAULT_OUTPUT_FILENAME "out.brep" |
Variables | |
| struct program_option_struct | Gopt |
| #define OPT_DEBUG (Gopt.debug) |
Definition at line 31 of file options.hpp.
| #define OPT_DEFAULT_OUTPUT_FILENAME "out.brep" |
Definition at line 33 of file options.hpp.
| #define OPT_VERBOSE (Gopt.verbose || Gopt.debug) |
Definition at line 30 of file options.hpp.
| struct program_option_struct Gopt |
Definition at line 1129 of file mcnp2cad.cpp.