Skip to content

Commit 7720e4a

Browse files
RyanDavies19sanguinariojoe
authored andcommitted
fix: change cout to MoorDyn_log for AllOutput wrapper
1 parent c78305a commit 7720e4a

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
@@ -287,5 +287,5 @@ AllOutput(double t, double dt)
287287
{
288288
if (!md_singleton)
289289
return;
290-
std::cout << "In version 2, AllOutput is automatically called by MoorDynInit and MoorDynStep" << std::endl;
290+
MoorDyn_Log(md_singleton, MOORDYN_MSG_LEVEL, "In version 2, AllOutput is automatically called by MoorDynInit and MoorDynStep");
291291
}

0 commit comments

Comments
 (0)