Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bronsonj98 committed Jul 18, 2024
1 parent 3ddf07a commit 8180cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/arguments.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void exitWithError(const std::string &error) {
}

void noTrace(options& opt){ // trace summaries are only supported for G only model
if (opt.print_trace = true){
if (opt.print_trace == true){
cerr << "Trace summary is only supported for G only model! Unsetting trace summary option..." << endl;
opt.print_trace = false;
}
Expand Down

0 comments on commit 8180cb1

Please sign in to comment.