Changeset 2821


Ignore:
Timestamp:
May 8, 2006, 1:57:27 PM (18 years ago)
Author:
sexton
Message:

testing report

Location:
production/onslow_2006
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/make_report.py

    r2820 r2821  
    128128
    129129for 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)
    130134    s = '\input{%s} \n' %latex_output[i]
    131135    fid.write(s)
  • production/onslow_2006/onslow_2006_report.tex

    r2819 r2821  
    3636 \input{results}
    3737 \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)
    3941\input{latex_output_20060426_004129.tex}
    4042\section{Summary}
Note: See TracChangeset for help on using the changeset viewer.