ignore_unreferenced_vertices added
This commit is contained in:
parent
827b67e358
commit
3a5624836a
|
|
@ -16,13 +16,14 @@
|
||||||
#define CMD_LINE_ARG_SAMPLES_PER_AREA_UNIT 'A'
|
#define CMD_LINE_ARG_SAMPLES_PER_AREA_UNIT 'A'
|
||||||
#define CMD_LINE_ARG_SAVE_DISPLACEMENT 'O'
|
#define CMD_LINE_ARG_SAVE_DISPLACEMENT 'O'
|
||||||
#define CMD_LINE_ARG_SAVE_ERROR_AS_COLOUR 'C'
|
#define CMD_LINE_ARG_SAVE_ERROR_AS_COLOUR 'C'
|
||||||
|
#define CMR_LINE_ARG_IGNORE_UNREF 'U'
|
||||||
|
|
||||||
// error messages
|
// error messages
|
||||||
#define MSG_ERR_N_ARGS "\nUsage: "\
|
#define MSG_ERR_N_ARGS "\nUsage: "\
|
||||||
"metro file1 file2 [opt]\n"\
|
"metro file1 file2 [opt]\n"\
|
||||||
"where opt can be:\n"\
|
"where opt can be:\n"\
|
||||||
"-V disable vertex sampling\n"\
|
"-V disable vertex sampling\n"\
|
||||||
|
"-U ignore unreferred vertices\n"\
|
||||||
"-E disable edge sampling\n"\
|
"-E disable edge sampling\n"\
|
||||||
"-F disable face sampling\n"\
|
"-F disable face sampling\n"\
|
||||||
"-Sx set the face sampling mode\n"\
|
"-Sx set the face sampling mode\n"\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue