Skip to content

Commit 7209bb3

Browse files
committed
Fix compile issue on Linux/WSL
1 parent d5a6db6 commit 7209bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/hydroc/wave_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class IrregularWaves : public WaveBase {
361361

362362
/** @brief Calculates width (used for excitation convolution).
363363
*/
364-
void IrregularWaves::CalculateWidthIRF();
364+
void CalculateWidthIRF();
365365

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

413-
#endif
413+
#endif

0 commit comments

Comments
 (0)