Skip to content

Commit

Permalink
Fix compile issue on Linux/WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
tridelat committed Jan 17, 2024
1 parent 651157b commit 6af7009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/hydroc/wave_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class IrregularWaves : public WaveBase {

/** @brief Calculates width (used for excitation convolution).
*/
void IrregularWaves::CalculateWidthIRF();
void CalculateWidthIRF();

/**
* @brief Calculates the component of force from Convolution integral for specified body, dof, time.
Expand Down Expand Up @@ -410,4 +410,4 @@ std::vector<std::array<size_t, 3>> CreateFreeSurfaceTriangles(size_t eta_size);
*/
std::vector<std::array<double, 3>> CreateFreeSurface3DPts(const Eigen::VectorXd& eta, const Eigen::VectorXd& t_vec);

#endif
#endif

0 comments on commit 6af7009

Please sign in to comment.