Skip to content

Commit

Permalink
added info about move V subcommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Eric Hollister committed Aug 21, 2015
1 parent a424344 commit 248c05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions src/libged/nmg.c
Expand Up @@ -75,6 +75,8 @@ ged_nmg(struct ged *gedp, int argc, const char *argv[])
"vertex specified by the coordinates x_initial y_initial "
"z_initial to the position with coordinates x_final y_final "
"z_final.\n");
bu_vls_printf(gedp->ged_result_str, "\tmake V - creates a new "
"vertex in the nmg object.\n");
return GED_HELP;
}

Expand Down
9 changes: 0 additions & 9 deletions src/libged/nmg_make_v.c
Expand Up @@ -23,15 +23,6 @@
*
*/

#include "common.h"

#include <string.h>

#include "bu/cmd.h"
#include "rt/geom.h"

#include "./ged_private.h"

#include "common.h"
#include "nmg.h"

Expand Down

0 comments on commit 248c05b

Please sign in to comment.