Skip to content

Commit

Permalink
Fixed typo DaidalusExample
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Munoz committed Sep 30, 2020
1 parent 63c308d commit 1087cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/examples/DaidalusExample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ int main(int argc, char* argv[]) {
// Configure DAIDALUS to ideal TCASII logic: TA is Preventive Volume and RA is Corrective One
daa.set_TCASII();
} else {
std::cerr << "File " << arga << "not found" << std::endl;
std::cerr << "File " << arga << " not found" << std::endl;
exit(1);
}
} else if (startsWith(arga,"--verb") || startsWith(arga,"-verb")) {
Expand Down

0 comments on commit 1087cfb

Please sign in to comment.