We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb9926 commit 53fbbdfCopy full SHA for 53fbbdf
delphi/apps/CodeExplorer/templates/help.html
@@ -10,9 +10,12 @@ <h5 class="modal-title" id="helpModalLabel">About</h5>
10
</div>
11
<div class="modal-body">
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>.
+ 'Submit' button. Three examples are provided to get started. The
+ first one is a toy program that demonstrates basic Fortran code
+ 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>.
19
<ul>
20
<li>
21
<a
0 commit comments