Skip to content

Commit

Permalink
C++ API: Uncomment line that writes to HDF5 file (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
gantech authored Apr 28, 2020
1 parent 1365da7 commit 80b972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue-codes/openfast-cpp/src/OpenFAST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void fast::OpenFAST::step() {
// this advances the states, calls CalcOutput, and solves for next inputs. Predictor-corrector loop is imbeded here:
// (note OpenFOAM could do subcycling around this step)

//writeVelocityData(velNodeDataFile, iTurb, nt_global, cDriver_Input_from_FAST[iTurb], cDriver_Output_to_FAST[iTurb]);
writeVelocityData(velNodeDataFile, iTurb, nt_global, cDriver_Input_from_FAST[iTurb], cDriver_Output_to_FAST[iTurb]);

if ( isDebug() ) {

Expand Down

0 comments on commit 80b972e

Please sign in to comment.