MAINT: Replaced special character with a space.

This commit is contained in:
Lars Pastewka
2019-01-23 11:29:49 +01:00
parent 0fde0f99bc
commit 5f3a7cbc33

View File

@ -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 );
}