MAINT: Replaced special character with a space.
This commit is contained in:
@ -317,7 +317,7 @@ void DumpNetCDF::openfile()
|
|||||||
else {
|
else {
|
||||||
sprintf(dimstr, "vec%i", dims);
|
sprintf(dimstr, "vec%i", dims);
|
||||||
}
|
}
|
||||||
if (dims != 1) {
|
if (dims != 1) {
|
||||||
NCERRX( nc_inq_dimid(ncid, dimstr, &vector_dim[dims]),
|
NCERRX( nc_inq_dimid(ncid, dimstr, &vector_dim[dims]),
|
||||||
dimstr );
|
dimstr );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user