tUpdate NetCDF warning string - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ac0b0bd1a7be89b3070d3eb31dfd4845ba52fca9
 (DIR) parent 74f158dc8f9d09abb7dd3aca469d24ddb4838c86
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  6 Jun 2018 13:18:14 -0400
       
       Update NetCDF warning string
       
       Diffstat:
         M src/ocean.jl                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/ocean.jl b/src/ocean.jl
       t@@ -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