Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Parse WaveMod and ExctnMod field from HydroDyn files
Browse files Browse the repository at this point in the history
  • Loading branch information
deslaughter committed May 13, 2024
1 parent d66d2d0 commit 26f9799
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fio.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ type ElastoDyn struct {

type HydroDyn struct {
FileBase
PotFile Path `json:"PotFile" ftype:"Misc"`
WaveMod Integer `json:"WaveMod"`
ExctnMod Integer `json:"ExctnMod"`
PotFile Path `json:"PotFile" ftype:"Misc"`
}

func (h *HydroDyn) PostParse() error {
Expand Down

0 comments on commit 26f9799

Please sign in to comment.