Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion netcdf4/src/main/java/ucar/nc2/jni/netcdf/Nc4Iosp.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class Nc4Iosp extends AbstractIOServiceProvider implements IOServiceProvi
public static final String TRANSLATE_NONE = "none";
public static final String TRANSLATE_NC4 = "nc4";

private static Nc4prototypes nc4 = NetcdfClibrary.getForeignFunctionInterface();
private static Nc4prototypes nc4 = null;

// TODO: These flags currently control debug messages that are printed to STDOUT. They ought to be logged to SLF4J.
// We could use SLF4J markers to filter which debug-level messages are printed.
Expand Down
Loading