Ignore:
Timestamp:
Feb 27, 2013, 6:39:32 PM (11 years ago)
Author:
sommeria
Message:

various bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/calc_field_interp.m

    r533 r575  
    1 
    2 %'calc_field': defines fields (velocity, vort, div...) from civ data and calculate them
     1%'calc_field_interp': defines fields (velocity, vort, div...) from civ data and calculate them
     2% for projection with linear interpolation
    33%---------------------------------------------------------------------
    44% [DataOut,VarAttribute,errormsg]=calc_field_interp(Coord_tps,NbSites,SubRange,FieldVar,Operation,Coord_interp)
    55%
    66% OUTPUT:
    7 % DataOut: structure representing the output fields
     7% VarVal: array giving the values of the calculated field
    88%
    99% INPUT:
Note: See TracChangeset for help on using the changeset viewer.