Skip to content

Commit

Permalink
update and sync nprocs description
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm committed Jan 9, 2025
1 parent b618247 commit 485a923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion raster/r.sim/r.sim.sediment/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ 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");
_("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");

if (G_parser(argc, argv))
Expand Down
4 changes: 2 additions & 2 deletions raster/r.sim/r.sim.water/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ int main(int argc, char *argv[])
parm.threads->required = NO;
parm.threads->description =
_("Number of threads which will be used for parallel computation. "
"Increasing "
"the number of threads does not really speed up the simulation.");
"Increasing the number of threads does not really speed up "
"the simulation.");
parm.threads->guisection = _("Parameters");

if (G_parser(argc, argv))
Expand Down

0 comments on commit 485a923

Please sign in to comment.