- A few fixes to the hsitogram memory codes
- Many fixes for the triple axis code
This commit is contained in:
2
napi45.c
2
napi45.c
@@ -104,7 +104,7 @@ NXstatus CALLING_STYLE NXsetcache(long newVal)
|
||||
NXIReportError (NXpData,"ERROR: no memory to create Function structure");
|
||||
return NX_ERROR;
|
||||
}
|
||||
if (am==NXACC_CREATE) {
|
||||
if (am==NXACC_CREATE || am == NXACC_CREATE4) {
|
||||
/* HDF4 will be used ! */
|
||||
hdf_type=1;
|
||||
} else if (am==NXACC_CREATE5) {
|
||||
|
||||
Reference in New Issue
Block a user