File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
22set (MOORDYN_MAJOR_VERSION 2)
3- set (MOORDYN_MINOR_VERSION 4 )
4- set (MOORDYN_PATCH_VERSION 1 )
3+ set (MOORDYN_MINOR_VERSION 5 )
4+ set (MOORDYN_PATCH_VERSION 0 )
55set (MOORDYN_VERSION ${MOORDYN_MAJOR_VERSION} .${MOORDYN_MINOR_VERSION} )
66project (Moordyn VERSION ${MOORDYN_VERSION} )
77
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ MoorDyn md_singleton = NULL;
8888int DECLDIR
8989MoorDynInit (const double x[], const double xd[], const char * infilename)
9090{
91- if (disableConsole == 0 ) {
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
You can’t perform that action at this time.
0 commit comments