mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
03991f0bd4
The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science data. The format of the data may be either binary, GRIB, NetCDF, or HDF-SDS (Scientific Data Sets). GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet.
14 lines
442 B
C
14 lines
442 B
C
$FreeBSD$
|
|
|
|
--- src/gx.h.orig Fri Mar 25 15:37:16 2005
|
|
+++ src/gx.h Fri Mar 25 15:37:53 2005
|
|
@@ -45,7 +45,7 @@
|
|
/* Default directory containing the stroke and map data sets.
|
|
User can override this default via setenv GADDIR */
|
|
|
|
-static char *datad = "/usr/local/lib/grads";
|
|
+static char *datad = "%%DATADIR%%";
|
|
|
|
/* Option flag. If 0, map data set is only read once into a
|
|
dynamically allocated memory area. The memory is held onto
|