Commit 5f3a7cbc authored by Lars Pastewka's avatar Lars Pastewka
Browse files

MAINT: Replaced special character with a space.

parent 0fde0f99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );
          }