aboutsummaryrefslogtreecommitdiff
path: root/fly-tools/FlyTrackingMain.cpp
diff options
context:
space:
mode:
authorJohn Morrison <jcm357@cs.drexel.edu>2012-06-15 13:52:28 -0400
committerJohn Morrison <jcm357@cs.drexel.edu>2012-06-15 13:52:28 -0400
commitd7ab3f0b528a54e7fa40903194ae19d687002216 (patch)
treed92819ca84aa852f1a8d0aa119a96bae66e4d87f /fly-tools/FlyTrackingMain.cpp
parent44fecd1c4514d820b41691330a0f97d49394b988 (diff)
updated README with basic usage, fixed extraneous i
Diffstat (limited to 'fly-tools/FlyTrackingMain.cpp')
-rw-r--r--fly-tools/FlyTrackingMain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fly-tools/FlyTrackingMain.cpp b/fly-tools/FlyTrackingMain.cpp
index 2e963a8..0595a45 100644
--- a/fly-tools/FlyTrackingMain.cpp
+++ b/fly-tools/FlyTrackingMain.cpp
@@ -2065,7 +2065,6 @@ int main(int argc, char **argv)
//MagickCore::SetMagickResourceLimit(MagickCore::MemoryResource, 1536);
//MagickCore::SetMagickResourceLimit(MagickCore::MapResource, 4092);
- i
if( inputFileName.empty() || origImagePath.empty() || finalOutputPath.empty() || maskImagePath.empty() || outputFilePrefix.empty() ) {
cerr << usage << endl;
exit(1);