Changeset 86 for trunk/src/civ.m


Ignore:
Timestamp:
Apr 26, 2010, 11:26:09 PM (14 years ago)
Author:
sommeria
Message:

sub_field: bug corrected for comparing velocity and scalar (eg vort)
uvmat: bug corrected for comparing velocity and scalar
set_grid.fig: unused callbacks desactivated$
civ.m: bug correction for the new civx (civAll): no grid ='none' instead of 'n'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r85 r86  
    24582458                end
    24592459            else
    2460                    patch1.gridPatch='n';
     2460                   patch1.gridPatch='none';
    24612461                   patch1.gridflag='n';
    24622462                  patch1.m=nx_patch1;
     
    26302630                    end
    26312631                else
    2632                       patch2.gridPatch='n';
     2632                      patch2.gridPatch='none';
    26332633                      patch2.gridflag='n';
    26342634                      patch2.m=nx_patch2;
Note: See TracChangeset for help on using the changeset viewer.