Revision 1198560

Go back to digest for 21st November 2010

Features in Educational

Nicolas Brisset committed changes in /branches/work/kst/portto4/kst/src/datasources/netcdf/kstnetcdf.cpp:

Add support for vector scalars and strings for netCDF.
I can see scalars in the View->Scalars dialog and strings in the debugger as well as in labels.

We only need to upgrade a bit the View->Strings dialog and do the same for other primitives (matrices, ...) and it will start looking real good for that data source :-)

I am also wondering whether I have to explicitly delete the *att and *var objects created in those functions, or if they get cleared as soon as we leave the scope.

Please check because that would mean a memleak (I haven't done it for now).

File Changes

Modified 1 files
  • /branches/work/kst/portto4/kst/src/datasources/netcdf/kstnetcdf.cpp
1 files changed in total