From 8675d227cb88ca334a2198cdf24fdad7608a7030 Mon Sep 17 00:00:00 2001 From: Mauricio Zambrano-Bigiarini <hzambran@users.noreply.github.com> Date: Mon, 12 Nov 2012 23:38:38 +0000 Subject: [PATCH] hydroPSO2pest.R: small bugfix --- R/pest2hydroPSO.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pest2hydroPSO.R b/R/pest2hydroPSO.R index 7c65ca5..7e3601f 100644 --- a/R/pest2hydroPSO.R +++ b/R/pest2hydroPSO.R @@ -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 -- GitLab