diff --git a/DESCRIPTION b/DESCRIPTION
index 3626ab0d654d9022f1554ac701def2372f1abde5..b7dafee3e2262405de47962ecbc62a3d95407132 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.0.15.5
+Version: 1.0.15.6
 Date: 2018-10-16
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index ddd0037192f84b257b98bf37d84c7676505ded41..f45cdae8d5fbb7f30cdae65facb3dfad3d760e2a 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.0.15.5 Release Notes (2018-10-16) 
+### 1.0.15.6 Release Notes (2018-10-16) 
 
 
 
diff --git a/man/CreateInputsCrit.Rd b/man/CreateInputsCrit.Rd
index 5653f3edb871abb534614d43e10808702e0e8047..43788f208ad7ae360b18765e0d103206f0bb71e5 100644
--- a/man/CreateInputsCrit.Rd
+++ b/man/CreateInputsCrit.Rd
@@ -41,7 +41,6 @@ CreateInputsCrit(FUN_CRIT, InputsModel, RunOptions, Qobs, BoolCrit = NULL,
          \emph{$BoolCrit  }  \tab   [boolean] boolean giving the time steps considered in the computation \cr
          \emph{$Qobs      }  \tab   [numeric] series of observed discharges [mm/time step] \cr
          \emph{$transfo   }  \tab   [character] name of the transformation (e.g. "", "sqrt", "log", "inv", "sort") \cr
-         \emph{$Ind_zeroes}  \tab   [numeric] indices of the time steps where zeroes are observed \cr
          \emph{$epsilon   }  \tab   [numeric] epsilon to add to all Qobs and Qsim if \emph{$Ind_zeroes} is not empty \cr
          }
 }