From 5f3a7cbc3393da10b9c7536d93d6e6b09263fc1c Mon Sep 17 00:00:00 2001 From: Lars Pastewka <lars.pastewka@imtek.uni-freiburg.de> Date: Wed, 23 Jan 2019 11:29:49 +0100 Subject: [PATCH] MAINT: Replaced special character with a space. --- src/USER-NETCDF/dump_netcdf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/USER-NETCDF/dump_netcdf.cpp b/src/USER-NETCDF/dump_netcdf.cpp index c095c4f44b..f297ef45eb 100644 --- a/src/USER-NETCDF/dump_netcdf.cpp +++ b/src/USER-NETCDF/dump_netcdf.cpp @@ -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 ); } -- GitLab