Skip to content

Commit

Permalink
git push origin developMerge branch 'erikreed-patch-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Oct 27, 2021
2 parents d0fe73d + 290cd8d commit adbb65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/SfM/main_ComputeMatches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main( int argc, char** argv )

//required
cmd.add( make_option( 'i', sSfM_Data_Filename, "input_file" ) );
cmd.add( make_option( 'o', sOutputMatchesFilename, "out_dir" ) );
cmd.add( make_option( 'o', sOutputMatchesFilename, "output_file" ) );
cmd.add( make_option( 'p', sPredefinedPairList, "pair_list" ) );
// Options
cmd.add( make_option( 'r', fDistRatio, "ratio" ) );
Expand Down

0 comments on commit adbb65b

Please sign in to comment.