Skip to content

Commit

Permalink
Merge pull request #58 from osrf/hamilton8415/ChangeFSHydroVersion
Browse files Browse the repository at this point in the history
Changed to FSHydro Version 1.3.0 in Readme and Tutorial
  • Loading branch information
hamilton8415 authored Jun 27, 2023
2 parents 5690d64 + f3ee1ef commit 4ee7b21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ At the moment, MBARI WEC is supported by source installation only. Use Ubuntu Ja
curl -s --compressed "https://hamilton8415.github.io/ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ppa.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/my_list_file.list "https://hamilton8415.github.io/ppa/my_list_file.list"
sudo apt update
sudo apt install libfshydrodynamics=1.2.3
sudo apt install libfshydrodynamics=1.3.0
```
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Tutorials/Install/Install_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use Ubuntu 22.04.
curl -s --compressed "https://hamilton8415.github.io/ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ppa.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/my_list_file.list "https://hamilton8415.github.io/ppa/my_list_file.list"
sudo apt update
sudo apt install libfshydrodynamics=1.2.3
sudo apt install libfshydrodynamics=1.3.0
```


Expand Down
4 changes: 2 additions & 2 deletions docs/docs/Tutorials/Simulation/SimulatorParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ IncidentWaveSpectrumType:
# Hs & Tp may be vector/scalar in pairs (Hs & Tp same length)
Hs: 3.0
Tp: 14.0
# Multiple Custom Spectra must be listed individually (w & Szz are already vectors of same size)
# Multiple Custom Spectra must be listed individually (f & Szz are already vectors of same size)
- Custom:
w: [0.0, 0.2, 0.4, 0.6, 2.0]
f: [0.0, 0.2, 0.4, 0.6, 2.0]
Szz: [0.0, 0.4, 1.0, 1.0, 0.0]
```

Expand Down

0 comments on commit 4ee7b21

Please sign in to comment.