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 5410c4f commit fc60538Copy full SHA for fc60538
source/MoorDyn.cpp
@@ -88,7 +88,7 @@ MoorDyn md_singleton = NULL;
88
int DECLDIR
89
MoorDynInit(const double x[], const double xd[], const char* infilename)
90
{
91
- if (!disableConsoleWindow) {
+ if (!disableConsole) {
92
#ifdef WIN32
93
// ------------ create console window for messages if none already available
94
// ----------------- adapted from Andrew S. Tucker, "Adding Console I/O to a
0 commit comments