Changeset 55 for trunk/src/plot_field.m


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/plot_field.m

    r46 r55  
    777777            test_interp=0; % no interpolation done
    778778        end
    779         if test_interp==1%if we interpolate             
     779        if test_interp==1%if we interpolate   
    780780            x=linspace(AX(1),AX(2),np(2));
    781781            y=linspace(AY(1),AY(2),np(1));
Note: See TracChangeset for help on using the changeset viewer.