Skip to content
Snippets Groups Projects
Commit 5f3a7cbc authored by Lars Pastewka's avatar Lars Pastewka
Browse files

MAINT: Replaced special character with a space.

parent 0fde0f99
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ void DumpNetCDF::openfile() ...@@ -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 );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment