Skip to content
Snippets Groups Projects
Commit 8675d227 authored by Mauricio Zambrano-Bigiarini's avatar Mauricio Zambrano-Bigiarini
Browse files

hydroPSO2pest.R: small bugfix

parent d69995f0
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ pest2hydroPSO <- function(pst.fname,
ntpl <- as.numeric(files[1])
nins <- as.numeric(files[2])
if (verbose) message("[ Number of .tpl found :", ntpls, " ]")
if (verbose) message("[ Number of .tpl found :", ntpl, " ]")
if (verbose) message("[ Number of .ins found :", nins, " ]")
# Getting Param names and Ranges
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment