File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
delphi/apps/CodeExplorer/templates Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,12 @@ <h5 class="modal-title" id="helpModalLabel">About</h5>
10
10
</ div >
11
11
< div class ="modal-body ">
12
12
Input Fortran code in the code editor area and hit the
13
- 'Submit' button. Two examples are provided to get started. Both
14
- of these have been taken from < a
15
- href ="https://dssat.net "> DSSAT</ a > .
13
+ 'Submit' button. Three examples are provided to get started. The
14
+ first one is a toy program that demonstrates basic Fortran code
15
+ idioms (main, subroutine, loops, conditionals). The second and
16
+ third programs are implementations of two different models of
17
+ calculating potential evapotranspiration, taken from
18
+ < a href ="https://dssat.net "> DSSAT</ a > .
16
19
< ul >
17
20
< li >
18
21
< a
You can’t perform that action at this time.
0 commit comments