Skip to content

Commit

Permalink
fix warn
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 16, 2025
1 parent dcabbb5 commit c70c241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions amr-wind/wind_energy/actuator/turbine/fast/fast_wrapper.H
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ inline void FAST_OpFM_Restart(
#if OPENFAST_VERSION_MAJOR == 4
static constexpr auto& FAST_Solution0 = FAST_CFD_Solution0;
static constexpr auto& FAST_Step = FAST_CFD_Step;
typedef ExtInfw_InputType_t OfInputType;
typedef ExtInfw_OutputType_t OfOutputType;
using OfInputType = ExtInfw_InputType_t;
using OfOutputType = ExtInfw_OutputType_t;
#else
static constexpr auto& FAST_Solution0 = FAST_OpFM_Solution0;
static constexpr auto& FAST_Step = FAST_OpFM_Step;
typedef OpFM_InputType OfInputType;
typedef OpFM_OutputType OfOutputType;
using OfInputType = OpFM_InputType;
using OfOutputType = OpFM_OutputType;
#endif

} // namespace exw_fast
Expand Down

0 comments on commit c70c241

Please sign in to comment.