Changeset 1761


Ignore:
Timestamp:
08/18/09 15:52:08 (16 years ago)
Author:
seroussi
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/extrude.m

    r1760 r1761  
    146146%boundary conditions
    147147md.spcvelocity=project3d(md,md.spcvelocity,'node');
    148 md.spctemperature=project3d(md,md.spcvelocity,'node');
    149 md.spcthickness=project3d(md,md.spcvelocity,'node');
     148md.spctemperature=project3d(md,md.spctemperature,'node');
     149md.spcthickness=project3d(md,md.spcthickness,'node');
    150150
    151151%Extrusion of Neumann BC
Note: See TracChangeset for help on using the changeset viewer.