Changeset 12706 for issm/trunk/src/m/classes/verbose.m
- Timestamp:
- 07/24/12 10:36:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/verbose.m
r11995 r12706 21 21 classdef verbose 22 22 properties (SetAccess=public) 23 % {{{ 123 % {{{ 24 24 %BEGINFIELDS 25 25 mprocessor = false; … … 35 35 %}}} 36 36 methods 37 function verbose=verbose(varargin) % {{{ 137 function verbose=verbose(varargin) % {{{ 38 38 39 39 switch(nargin), … … 70 70 end 71 71 %}}} 72 function binary=VerboseToBinary(verbose) % {{{ 172 function binary=VerboseToBinary(verbose) % {{{ 73 73 74 74 %BEGINVERB2BIN … … 85 85 end 86 86 %}}} 87 function verbose=BinaryToVerbose(verbose,binary) % {{{ 187 function verbose=BinaryToVerbose(verbose,binary) % {{{ 88 88 89 89 %BEGINBIN2VERB … … 99 99 end 100 100 %}}} 101 function checkconsistency(obj,md,solution,analyses) % {{{101 function md = checkconsistency(obj,md,solution,analyses) % {{{ 102 102 103 103 end % }}} 104 function disp(verbose) % {{{ 1104 function disp(verbose) % {{{ 105 105 106 106 %BEGINDISP
Note:
See TracChangeset
for help on using the changeset viewer.