Changeset 12878 for issm/branches/trunk-jpl-damage/src/m/classes/private.m
- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage ¶
- Property svn:mergeinfo changed
-
TabularUnified issm/branches/trunk-jpl-damage/src/m/classes/private.m ¶
r12004 r12878 6 6 classdef private 7 7 properties (SetAccess=public) 8 runtimename = ''; 9 bamg = struct(); 10 solution = ''; 8 isconsistent = true; 9 runtimename = ''; 10 bamg = struct(); 11 solution = ''; 11 12 end 12 13 methods … … 22 23 23 24 end % }}} 24 function checkconsistency(obj,md,solution,analyses) % {{{25 function md = checkconsistency(obj,md,solution,analyses) % {{{ 25 26 26 27 end % }}} … … 28 29 disp(sprintf(' private parameters: do not change')); 29 30 31 fielddisplay(obj,'isconsistent','is model self consistent'); 30 32 fielddisplay(obj,'runtimename','name of the run launched'); 31 33 fielddisplay(obj,'bamg','structure with mesh properties construced if bamg is used to mesh the domain');
Note:
See TracChangeset
for help on using the changeset viewer.