mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
Fixed // style comments, for IBM XL C/C++ for AIX V10.1 compiler.
This commit is contained in:
parent
c6f399c731
commit
b569613737
@ -170,7 +170,7 @@ NCDEFAULT_put_varm(
|
||||
/*
|
||||
* Verify stride argument.
|
||||
*/
|
||||
stride1 = 1; // assume ok;
|
||||
stride1 = 1; /* assume ok; */
|
||||
if(stride != NULL) {
|
||||
for (idim = 0; idim <= maxidim; ++idim) {
|
||||
if ((stride[idim] == 0)
|
||||
|
@ -870,7 +870,7 @@ thisunlim->name,
|
||||
ASSERT(con->nctype == NC_COMPOUND);
|
||||
computeunlimitedsizes(dimset,nextunlim,con->value.compoundv,ischar);
|
||||
}
|
||||
} else {//lastunlim
|
||||
} else { /* lastunlim */
|
||||
if(ischar) {
|
||||
/* Char case requires special computations;
|
||||
compute total number of characters */
|
||||
|
Loading…
Reference in New Issue
Block a user