Ignore:
Timestamp:
Mar 17, 2010, 10:26:41 AM (14 years ago)
Author:
sommeria
Message:

-use of a single parameter file PARAM.xml (instead of PARAM_WIN and PARAM_LINUX).
-correction of a bug for opening an existing projection object
-manual editing of vectors made available with the builtin netcdf tool.
-bug fix for reading netcdf files with the builtin netcdf tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_get_field.m

    r47 r55  
    708708        if testpermute(ilist)
    709709            eval(['SubField.' VarName '=permute(SubField.' VarName ',[2 1]);'])
    710             subvarindex(ilist)
    711             SubField.VarDimName{subvarindex(ilist)}
    712710            SubField.VarDimName{subvarindex(ilist)}=SubField.VarDimName{subvarindex(ilist)}([2 1]);
    713711        end
Note: See TracChangeset for help on using the changeset viewer.