D.Maden. 11-Sep-2000.
Makefiles modified to generate a Linux SICServer. Other files modified to get rid of irritating compiler warning messages.
This commit is contained in:
4
nxdata.c
4
nxdata.c
@@ -352,7 +352,7 @@
|
||||
int32 iDim[2];
|
||||
|
||||
iDim[0] = iLong;
|
||||
iStat = NXmakedata(Nfil,name,datatype,1,iDim);
|
||||
iStat = NXmakedata (Nfil, name, datatype, 1, (int *) iDim);
|
||||
if(iStat == NX_ERROR)
|
||||
{
|
||||
NXclose(&Nfil);
|
||||
@@ -388,7 +388,7 @@
|
||||
int32 iDim[2];
|
||||
|
||||
iDim[0] = iLong;
|
||||
iStat = NXmakedata(Nfil,name,datatype,1,iDim);
|
||||
iStat = NXmakedata (Nfil, name, datatype, 1, (int *) iDim);
|
||||
if(iStat == NX_ERROR)
|
||||
{
|
||||
NXclose(&Nfil);
|
||||
|
||||
Reference in New Issue
Block a user