Changeset 2402


Ignore:
Timestamp:
10/08/09 11:43:21 (15 years ago)
Author:
Mathieu Morlighem
Message:

do not throw error message if model already mesh (used by meshyams)

File:
1 edited

Legend:

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

    r1214 r2402  
    3030        choice=input('This model already has a mesh. Are you sure you want to go ahead? (y/n)','s');
    3131        if ~strcmp(choice,'y')
    32                 error('no meshing done ... exiting');
     32                disp('no meshing done ... exiting');
     33                return
    3334        end
    3435end
Note: See TracChangeset for help on using the changeset viewer.