Changeset 9382
- Timestamp:
- 08/23/11 10:44:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/scripts/report.sh
r8811 r9382 36 36 37 37 MATLAB_STYLE='width="1000px" rules=none' 38 MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:1 4px; font-weight: normal;" align="left"'38 MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"' 39 39 40 40 BODY_STYLE='width="800px"' … … 175 175 <table $H2_STYLE><tr><td $H2_FONT>Matlab errors</td></tr></table> 176 176 <table $MATLAB_STYLE><tr><td $MATLAB_FONT> 177 <pre>$(cat matlaberror.log)</pre> 177 <pre style=" 178 white-space: -moz-pre-wrap; 179 white-space: -pre-wrap; 180 white-space: -o-pre-wrap; 181 white-space: pre-wrap; 182 word-wrap: break-word; 183 ">$(cat matlaberror.log)</pre> 178 184 </td></tr></table> 179 185 END … … 188 194 <table $H2_STYLE><tr><td $H2_FONT>PETSc errors</td></tr></table> 189 195 <table $MATLAB_STYLE><tr><td $MATLAB_FONT> 190 <pre>$(cat petscerror.log)</pre> 196 <pre style=" 197 white-space: -moz-pre-wrap; 198 white-space: -pre-wrap; 199 white-space: -o-pre-wrap; 200 white-space: pre-wrap; 201 word-wrap: break-word; 202 ">$(cat petscerror.log)</pre> 191 203 </td></tr></table> 192 204 END
Note:
See TracChangeset
for help on using the changeset viewer.