commit ac0b0bd1a7be89b3070d3eb31dfd4845ba52fca9
parent 74f158dc8f9d09abb7dd3aca469d24ddb4838c86
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 Jun 2018 13:18:14 -0400
Update NetCDF warning string
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ocean.jl b/src/ocean.jl
@@ -15,7 +15,7 @@ end
if !hasNetCDF
Compat.@warn "Package NetCDF not found. " *
"Ocean/atmosphere grid read not supported. " *
- "Please install NetCDF and its " *
+ "If required, install NetCDF and its " *
"requirements with `Pkg.add(\"NetCDF\")`."
end