From 663f874ed48bb840ec0a96bc942e423d5906427d Mon Sep 17 00:00:00 2001 From: Marine Fourrier Date: Tue, 18 Aug 2020 10:39:00 +0200 Subject: [PATCH] fix bug bash inputs --- v1_paper/R/CANYON-MED_codes/CANYON_MED_NO3.R | 2 +- v1_paper/R/CANYON-MED_codes/CANYON_MED_SiOH4.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v1_paper/R/CANYON-MED_codes/CANYON_MED_NO3.R b/v1_paper/R/CANYON-MED_codes/CANYON_MED_NO3.R index f891f94..013bdd5 100644 --- a/v1_paper/R/CANYON-MED_codes/CANYON_MED_NO3.R +++ b/v1_paper/R/CANYON-MED_codes/CANYON_MED_NO3.R @@ -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, ... diff --git a/v1_paper/R/CANYON-MED_codes/CANYON_MED_SiOH4.R b/v1_paper/R/CANYON-MED_codes/CANYON_MED_SiOH4.R index 34811b5..af573c1 100644 --- a/v1_paper/R/CANYON-MED_codes/CANYON_MED_SiOH4.R +++ b/v1_paper/R/CANYON-MED_codes/CANYON_MED_SiOH4.R @@ -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, ...