Changeset 8962
- Timestamp:
- 07/13/11 16:21:39 (14 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/model.m
r8952 r8962 595 595 if isfield(structmd,'gridonnuna'), md.nodeonnuna=structmd.gridonnuna; end 596 596 if isfield(structmd,'gridonboundary'), md.nodeonboundary=structmd.gridonboundary; end 597 if isfield(structmd,'TEST'), md.dummy=structmd.TEST; end598 597 599 598 %Field class change -
issm/trunk/startup.m
r8460 r8962 74 74 %disable matlab bell! 75 75 beep off; 76 % no warning if we try to plot while in nojvm (will not be supported in future releases) 77 warning off MATLAB:HandleGraphics:noJVM
Note:
See TracChangeset
for help on using the changeset viewer.