We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf5ca5 commit b7081beCopy full SHA for b7081be
SU2_CFD/src/SU2_CFD.cpp
@@ -48,7 +48,7 @@ int main(int argc, char *argv[]) {
48
49
/*--- Command line parsing ---*/
50
51
- CLI::App app{"SU2 v7.0.0 \"Blackbird\", The Open-Source CFD Code"};
+ CLI::App app{"SU2 v7.0.1 \"Blackbird\", The Open-Source CFD Code"};
52
app.add_flag("-d,--dryrun", dry_run, "Enable dry run mode.\n"
53
"Only execute preprocessing steps using a dummy geometry.");
54
app.add_option("-t,--threads", num_threads, "Number of OpenMP threads per MPI rank.");
0 commit comments