Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typos
Browse files Browse the repository at this point in the history
neteler authored Jan 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7b70706 commit a3a9d3f
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raster/r.sim/r.sim.water/main.c
Original file line number Diff line number Diff line change
@@ -247,7 +247,7 @@ int main(int argc, char *argv[])
parm.mintimestep->label =
_("Minimum time step for the simulation [seconds]");
parm.mintimestep->description =
_("A larger minimum time step substancially reduces processing time, "
_("A larger minimum time step substantially reduces processing time, "
"but at the cost of accuracy");
parm.mintimestep->guisection = _("Parameters");

@@ -332,7 +332,7 @@ int main(int argc, char *argv[])
parm.threads->answer = NUM_THREADS;
parm.threads->required = NO;
parm.threads->description = _(
"Number of threads which will be used for parallel compute. Increasing "
"Number of threads which will be used for parallel computation. Increasing "
"the number of threads does not really speed up the simulation.");
parm.threads->guisection = _("Parameters");

3 changes: 3 additions & 0 deletions raster/r.sim/r.sim.water/r.sim.water.html
Original file line number Diff line number Diff line change
@@ -27,10 +27,13 @@ <h2>DESCRIPTION</h2>

<p>
The equations are

<div class="code"><pre>
dx = tan(slope) * cos(aspect)
</pre></div>

and

<div class="code"><pre>
dy = tan(slope) * sin(aspect)
</pre></div>

0 comments on commit a3a9d3f

Please sign in to comment.