Skip to content

Commit fc60538

Browse files
committed
fix variable name
1 parent 5410c4f commit fc60538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MoorDyn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ MoorDyn md_singleton = NULL;
8888
int DECLDIR
8989
MoorDynInit(const double x[], const double xd[], const char* infilename)
9090
{
91-
if (!disableConsoleWindow) {
91+
if (!disableConsole) {
9292
#ifdef WIN32
9393
// ------------ create console window for messages if none already available
9494
// ----------------- adapted from Andrew S. Tucker, "Adding Console I/O to a

0 commit comments

Comments
 (0)