Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Dec 30, 2023
1 parent 8023ed4 commit e250d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ inline void usageHybrid(bool fft=false, bool mpi=false)
std::cerr << "-O\t\t output result (sets K=0)" << std::endl;
std::cerr << "-R\t\t show which forward and backward routines are used" << std::endl;
if(mpi)
std::cerr << "-N t\t\t number of iterations" << std::endl;
std::cerr << "-N n\t\t number of iterations" << std::endl;
else {
std::cerr << "-N t\t\t minimum number of iterations" << std::endl;
std::cerr << "-K t\t\t time limit (seconds)" << std::endl;
Expand Down

0 comments on commit e250d44

Please sign in to comment.