Skip to content
Snippets Groups Projects
Commit 7d9d8d05 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Removed DBG output.

parent cef79787
No related branches found
No related tags found
No related merge requests found
......@@ -753,14 +753,6 @@ int cdfDefVar(stream_t *streamptr, int varID)
cdf_put_att_int(fileID, ncvarid, "realization", NC_INT, 1, &ensID);
cdf_put_att_int(fileID, ncvarid, "ensemble_members", NC_INT, 1, &ensCount);
cdf_put_att_int(fileID, ncvarid, "forecast_init_type", NC_INT, 1, &forecast_type);
#ifdef DBG
if( DBG )
{
fprintf( stderr, "cdfDefVar :\n EnsID %d\n Enscount %d\n Forecast init type %d\n", ensID,
ensCount, forecast_type );
}
#endif
}
/* Attributes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment