Skip to content

Commit

Permalink
fix bug bash inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarineFou committed Aug 18, 2020
1 parent 6d00fe4 commit 663f874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1_paper/R/CANYON-MED_codes/CANYON_MED_NO3.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CANYON_MED_NO3<- function(date,lat,lon,pres,temp,psal,doxy) {
#
#
# Marine Fourrier, LOV
# 10.06.2020
# 17.08.2020

# No input checks! Assumes informed use, e.g., same dimensions for all
# inputs, ...
Expand Down
2 changes: 1 addition & 1 deletion v1_paper/R/CANYON-MED_codes/CANYON_MED_SiOH4.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CANYON_MED_SiOH4<- function(date,lat,lon,pres,temp,psal,doxy) {
#
#
# Marine Fourrier, LOV
# 10.06.2020
# 17.08.2020

# No input checks! Assumes informed use, e.g., same dimensions for all
# inputs, ...
Expand Down

0 comments on commit 663f874

Please sign in to comment.