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