File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ aclocal.m4
44
44
libtool
45
45
atconfig
46
46
atlocal
47
+ nc.conf
47
48
48
49
# # netcdf_handler specific files
49
50
Original file line number Diff line number Diff line change @@ -233,20 +233,17 @@ bool NCRequestHandler::nc_build_dds(BESDataHandlerInterface & dhi)
233
233
}
234
234
}
235
235
236
- BESDEBUG (" nc" , " Fiddled with xdap_accept" << endl);
237
-
238
236
bdds->set_container (dhi.container ->get_symbolic_name ());
239
237
DDS *dds = bdds->get_dds ();
240
238
string accessed = dhi.container ->access ();
241
239
dds->filename (accessed);
242
240
243
- BESDEBUG (" nc" , " Prior to nc_read_dataset_variables" << endl);
244
-
245
241
nc_read_dataset_variables (*dds, accessed);
246
242
247
- BESDEBUG (" nc" , " Prior to Ancillary::read_ancillary_dds , accessed: " << accessed << endl);
248
-
243
+ BESDEBUG (" nc" , " NCRequestHandler::nc_build_dds , accessed: " << accessed << endl);
244
+ # if 0
249
245
Ancillary::read_ancillary_dds(*dds, accessed);
246
+ #endif
250
247
251
248
DAS *das = new DAS;
252
249
BESDASResponse bdas (das);
You can’t perform that action at this time.
0 commit comments