Changeset 8962


Ignore:
Timestamp:
07/13/11 16:21:39 (14 years ago)
Author:
Mathieu Morlighem
Message:

added warning off for matlab so that it does not complain because we are using nojvm

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/model.m

    r8952 r8962  
    595595                         if isfield(structmd,'gridonnuna'), md.nodeonnuna=structmd.gridonnuna; end
    596596                         if isfield(structmd,'gridonboundary'), md.nodeonboundary=structmd.gridonboundary; end
    597                          if isfield(structmd,'TEST'), md.dummy=structmd.TEST; end
    598597
    599598                         %Field class change
  • issm/trunk/startup.m

    r8460 r8962  
    7474%disable matlab bell!
    7575beep off;
     76% no warning if we try to plot while in nojvm (will not be supported in future releases)
     77warning off MATLAB:HandleGraphics:noJVM
Note: See TracChangeset for help on using the changeset viewer.