Changeset 6324 for issm/trunk


Ignore:
Timestamp:
10/15/10 16:23:12 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

Location:
issm/trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Numerics/Synchronize.sh

    r6317 r6324  
    115115fi
    116116        cat <<END >> DISP
    117                 disp(sprintf('   %10s : %s','$(echo $LEVELNAME | awk {'print tolower($1)'})',mat2str(verbose.$(echo $LEVELNAME | awk {'print tolower($1)'}))));
     117                disp(sprintf('   %15s : %s','$(echo $LEVELNAME | awk {'print tolower($1)'})',mat2str(verbose.$(echo $LEVELNAME | awk {'print tolower($1)'}))));
    118118END
    119119        if [ $i -eq $NUMBEROFLINES ]; then cat <<END >> DISP
  • issm/trunk/src/c/shared/Numerics/Verbosity.h

    r6323 r6324  
    66#define _VERBOSITY_H_
    77
    8 /*List of Verbosity levels (Add your own and Synchronize: must begin with "Verb")*/
     8/*List of Verbosity levels (Add your own and Synchronize: must begin with "Verbose")*/
    99bool VerboseMProcessor(void);
    1010bool VerboseModule(void);
  • issm/trunk/src/m/classes/verbose.m

    r6323 r6324  
    8585                %BEGINDISP
    8686                disp(sprintf('class ''%s''  = ',class(verbose)));
    87                 disp(sprintf('   %10s : %s','mprocessor',mat2str(verbose.mprocessor)));
    88                 disp(sprintf('   %10s : %s','module',mat2str(verbose.module)));
    89                 disp(sprintf('   %10s : %s','solution',mat2str(verbose.solution)));
    90                 disp(sprintf('   %10s : %s','solver',mat2str(verbose.solver)));
    91                 disp(sprintf('   %10s : %s','convergence',mat2str(verbose.convergence)));
    92                 disp(sprintf('   %10s : %s','control',mat2str(verbose.control)));
    93                 disp(sprintf('   %10s : %s','qmu',mat2str(verbose.qmu)));
     87                disp(sprintf('   %15s : %s','mprocessor',mat2str(verbose.mprocessor)));
     88                disp(sprintf('   %15s : %s','module',mat2str(verbose.module)));
     89                disp(sprintf('   %15s : %s','solution',mat2str(verbose.solution)));
     90                disp(sprintf('   %15s : %s','solver',mat2str(verbose.solver)));
     91                disp(sprintf('   %15s : %s','convergence',mat2str(verbose.convergence)));
     92                disp(sprintf('   %15s : %s','control',mat2str(verbose.control)));
     93                disp(sprintf('   %15s : %s','qmu',mat2str(verbose.qmu)));
    9494                %ENDDISP
    9595
Note: See TracChangeset for help on using the changeset viewer.