Changeset 2821
- Timestamp:
- May 8, 2006, 1:57:27 PM (19 years ago)
- Location:
- production/onslow_2006
- Files:
-
- 21 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r2820 r2821 128 128 129 129 for i in range(len(latex_output)): 130 if i == 0: s = '\subsection(Highest Astronomical Tide) \n' 131 if i == 1: s = '\subsection(Lowest Astronomical Tide) \n' 132 if i == 2: s = '\subsection() \n' 133 fid.write(s) 130 134 s = '\input{%s} \n' %latex_output[i] 131 135 fid.write(s) -
production/onslow_2006/onslow_2006_report.tex
r2819 r2821 36 36 \input{results} 37 37 \input{interpretation} 38 \input{latex_output_20060424_020426_duplictate_time_steps.tex} 38 \subsection(Highest Astronomical Tide) 39 \input{latex_output_20060424_020426_duplictate_time_steps.tex} 40 \subsection(Lowest Astronomical Tide) 39 41 \input{latex_output_20060426_004129.tex} 40 42 \section{Summary}
Note: See TracChangeset
for help on using the changeset viewer.