Changeset 26162


Ignore:
Timestamp:
03/30/21 17:39:58 (4 years ago)
Author:
jdquinn
Message:

CHG: Minor formatting

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/Inversion/runme.m

    r25986 r26162  
    4949        md.verbose=verbose(0);
    5050        md=solve(md,'Stressbalance');
    51         plotmodel(md,'axis#all','tight','data',md.results.StressbalanceSolution.MaterialsRheologyBbar,'caxis',[ 1.3 1.9]*10^8,'title','inferred B',...
     51        plotmodel(md,'axis#all','tight','data',md.results.StressbalanceSolution.MaterialsRheologyBbar,'caxis',[1.3 1.9]*10^8,'title','inferred B',...
    5252                'data',md.results.StressbalanceSolution.Vel,'title','modeled velocities')
    5353end
  • issm/trunk-jpl/jenkins/examples_tests.sh

    r26032 r26162  
    1111# NOTE:
    1212# - Indentation of replacement string literals (e.g. 'STEP_EIGHT') is set to
    13 #       nest cleanly in this file, but will result in unclean nesting runme file
    14 #       (which should not be an issue)
     13#       nest cleanly in this file, but will result in unclean nesting in the runme
     14#       files (which should not be an issue)
    1515# - Single-line string replacements in runme.m can effectively be performed
    1616#       using sed. When performing multi-line replacements, perl is a better
Note: See TracChangeset for help on using the changeset viewer.