]> gitweb.michael.orlitzky.com - spline3.git/commit
Use cmdargs to parse command-line arguments.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Aug 2012 19:55:01 +0000 (15:55 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Aug 2012 19:55:01 +0000 (15:55 -0400)
commitfc0d3c47103269ed75788a87bb5f28ee70408c89
tree806a03327fe8ee637945b3dedd18c47abcb5379d
parentdba4d4af1a19b54e392f8e41b03e40714c4ac6ab
Use cmdargs to parse command-line arguments.
Allow selection of 2d/3d processing from the command-line.
src/CommandLine.hs [new file with mode: 0644]
src/ExitCodes.hs [new file with mode: 0644]
src/MRI.hs
src/Main.hs