Ignore:
Timestamp:
08/10/10 14:33:22 (15 years ago)
Author:
seroussi
Message:

same in matlab Formulation -> Approximation

File:
1 edited

Legend:

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

    r3994 r5126  
    2020        error('only 2d model supported yet');
    2121end
    22 if any(md.elements_type(:,1)~=MacAyealFormulationEnum),
     22if any(md.elements_type(:,1)~=MacAyealApproximationEnum),
    2323        disp('Warning: the model has some non macayeal elements. These will be treated like MacAyeal''s elements');
    2424end
Note: See TracChangeset for help on using the changeset viewer.