Changeset 13203
- Timestamp:
- 08/30/12 16:39:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/report.sh
r13202 r13203 266 266 267 267 #4. Error report 268 if [ $IS_MATLAB -eq 1 ] ; then268 if [ $IS_MATLAB -eq 1 ] && [ -s matlaberror.log ]; then 269 269 #Matlab {{{ 270 270 cat << END >> report.html … … 282 282 #}}} 283 283 fi 284 if test -s petscerror.log 285 then 284 if [ -s petscerror.log ]; then 286 285 #PETSc{{{ 287 286 cat << END >> report.html
Note:
See TracChangeset
for help on using the changeset viewer.