We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77e1b0 commit fdfae3cCopy full SHA for fdfae3c
1 file changed
include/hydroc/wave_types.h
@@ -286,6 +286,7 @@ class IrregularWaves : public WaveBase {
286
IrregularWaves(const IrregularWaveParams& params);
287
void Initialize() override {}
288
289
+ void CreateSpectrum();
290
std::vector<double> GetSpectrum();
291
std::vector<double> GetFreeSurfaceElevation();
292
std::vector<double> GetEtaTimeData();
@@ -386,7 +387,6 @@ class IrregularWaves : public WaveBase {
386
387
388
void InitializeIRFVectors();
389
void ReadEtaFromFile();
- void CreateSpectrum();
390
void CreateFreeSurfaceElevation();
391
392
Eigen::MatrixXd GetExcitationIRF(int b) const;
0 commit comments