File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ libnc_module_la_CPPFLAGS = $(BES_CPPFLAGS)
19
19
libnc_module_la_LDFLAGS = -avoid-version -module
20
20
libnc_module_la_LIBADD = $(BES_DAP_LIBS )
21
21
22
- if USING_GRIDFIELDS
23
- libnc_module_la_CPPFLAGS += $(GF_CFLAGS )
24
- libnc_module_la_LIBADD += $(GF_LIBS )
25
- endif
22
+ # if USING_GRIDFIELDS
23
+ # libnc_module_la_CPPFLAGS += $(GF_CFLAGS)
24
+ # libnc_module_la_LIBADD += $(GF_LIBS)
25
+ # endif
26
26
27
27
NCTYPE_SRC = ncdas.cc ncdds.cc nc_util.cc \
28
28
NCArray.cc NCByte.cc NCFloat64.cc NCGrid.cc NCUInt32.cc \
@@ -37,10 +37,10 @@ SERVER_SRC = NCRequestHandler.cc NCModule.cc
37
37
38
38
SERVER_HDR = NCRequestHandler.h NCModule.h
39
39
40
- if USING_GRIDFIELDS
41
- SERVER_SRC += gridfields_functions.cc
42
- SERVER_HDR += gridfields_functions.h
43
- endif
40
+ # if USING_GRIDFIELDS
41
+ # SERVER_SRC += gridfields_functions.cc
42
+ # SERVER_HDR += gridfields_functions.h
43
+ # endif
44
44
45
45
EXTRA_DIST = data COPYRIGHT COPYING netcdf_handler.spec \
46
46
nc.conf.in OSX_Resources
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ bool NCRequestHandler::nc_build_dds(BESDataHandlerInterface & dhi)
247
247
248
248
dds->transfer_attributes (das);
249
249
250
- #if GRIDFIELDS
250
+ #if 0
251
251
ConstraintEvaluator & ce = bdds->get_ce();
252
252
ce.add_function("ugrid_restrict", function_ugrid_restrict);
253
253
#endif
@@ -318,7 +318,7 @@ bool NCRequestHandler::nc_build_data(BESDataHandlerInterface & dhi)
318
318
319
319
dds->transfer_attributes (das);
320
320
321
- #if GRIDFIELDS
321
+ #if 0
322
322
ConstraintEvaluator & ce = bdds->get_ce();
323
323
ce.add_function("ugrid_restrict", function_ugrid_restrict);
324
324
#endif
You can’t perform that action at this time.
0 commit comments