diff options
author | bremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30> | 2006-06-01 19:27:52 +0000 |
---|---|---|
committer | bremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30> | 2006-06-01 19:27:52 +0000 |
commit | edaad771cb395a3a0b68cf3bbda2de1e259194c7 (patch) | |
tree | d6bfc9b298ee3363337f7287d3f04babb84f3cd5 /countrows.ds | |
parent | 7a583e3a287eb468e82e6509b467b6701e50dade (diff) |
renamed .ds files for david avis
git-svn-id: file:///export/data/bremner/svn/trunk/inetools@5360 09fa754a-f411-0410-976a-da6bfa213b30
Diffstat (limited to 'countrows.ds')
-rw-r--r-- | countrows.ds | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/countrows.ds b/countrows.ds deleted file mode 100644 index 1d2aa66..0000000 --- a/countrows.ds +++ /dev/null @@ -1,8 +0,0 @@ -#define DOCSTRING "\n\ -\n\ - Reads a polyhedron file on stdin, counts the rows, and outputs \n\ - an equivalent file with a corrected row count.\n\ -" - -int usage(){ fprintf(stderr,"\n%s\n",rcsid);fprintf(stderr,DOCSTRING); exit(1); } -#define CHECK_HELP if (argc > 1 && argv[1][0]=='-' && argv[1][1]=='h') usage(); |