Changeset 5126 for issm/trunk/src/m/classes/public/mechanicalproperties.m
- Timestamp:
- 08/10/10 14:33:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/mechanicalproperties.m
r3994 r5126 20 20 error('only 2d model supported yet'); 21 21 end 22 if any(md.elements_type(:,1)~=MacAyeal FormulationEnum),22 if any(md.elements_type(:,1)~=MacAyealApproximationEnum), 23 23 disp('Warning: the model has some non macayeal elements. These will be treated like MacAyeal''s elements'); 24 24 end
Note:
See TracChangeset
for help on using the changeset viewer.