Parent Directory
|
Revision Log
|
Revision Graph
clean-up latex built: (remove multiple definition of label; fix missing reference; replace non-standard latex stuff; ...)
1 | jmc | 1.3 | \begin{figure}[!ht] |
2 | heimbach | 1.1 | |
3 | {\scriptsize | ||
4 | \begin{verbatim} | ||
5 | the_model_main | ||
6 | | | ||
7 | |-- initialise_fixed | ||
8 | | | | ||
9 | | |-- packages_readparms | ||
10 | | | | ||
11 | | |-- cost_readparms | ||
12 | | o | ||
13 | | | ||
14 | |-- the_main_loop | ||
15 | ... | | ||
16 | |-- initialise_varia | ||
17 | | | | ||
18 | | |-- packages_init_variables | ||
19 | | | | ||
20 | | |-- cost_init | ||
21 | | o | ||
22 | | | ||
23 | |-- do iloop = 1,nTimeSteps | ||
24 | | |-- forward_step | ||
25 | | |-- cost_tile | ||
26 | | | | | ||
27 | | | |-- cost_tracer | ||
28 | | end do | ||
29 | | | ||
30 | |-- cost_final | ||
31 | o | ||
32 | \end{verbatim} | ||
33 | } | ||
34 | cnh | 1.2 | |
35 | \caption{~} | ||
36 | \label{fig:costflow} | ||
37 | \end{figure} |
ViewVC Help | |
Powered by ViewVC 1.1.22 |