Skip to content

Commit

Permalink
Fix copy constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyestein committed Jul 3, 2024
1 parent e2635c8 commit 7b9b01a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public Waveform(Waveform other) {
this.waveformId = other.waveformId;
this.valuesArray = other.valuesArray;
this.observationDatetime = other.observationDatetime;
this.samplingRate = other.samplingRate;
}

@Override
Expand Down

0 comments on commit 7b9b01a

Please sign in to comment.