Skip to content

Commit

Permalink
Make channel length consistent between C and Fortran sides of interfa…
Browse files Browse the repository at this point in the history
…ce (OpenFAST#550)
  • Loading branch information
bjonkman authored and andrew-platt committed Oct 20, 2020
1 parent 3b8946b commit 3f8bf1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/openfast-library/src/FAST_Library.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ EXTERNAL_ROUTINE void FAST_CreateCheckpoint(int * iTurb, const char *CheckpointR

#define SensorType_None -1

// make sure these parameters match with FAST_Library.f90
// make sure these parameters match with FAST_Library.f90 and NWTC_Base.f90
#define MAXIMUM_BLADES 3
#define MAXIMUM_OUTPUTS 4000
#define CHANNEL_LENGTH 10
#define CHANNEL_LENGTH 20
#define MAXInitINPUTS 10

#define NumFixedInputs 2 + 2 + MAXIMUM_BLADES + 1
Expand Down

0 comments on commit 3f8bf1c

Please sign in to comment.