[Stacomir-commits] r307 - pkg/stacomir/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 16 13:07:17 CET 2017
Author: legrand
Date: 2017-03-16 13:07:17 +0100 (Thu, 16 Mar 2017)
New Revision: 307
Modified:
pkg/stacomir/R/BilanAnnuels.r
Log:
Modified: pkg/stacomir/R/BilanAnnuels.r
===================================================================
--- pkg/stacomir/R/BilanAnnuels.r 2017-03-16 11:22:08 UTC (rev 306)
+++ pkg/stacomir/R/BilanAnnuels.r 2017-03-16 12:07:17 UTC (rev 307)
@@ -122,7 +122,7 @@
#If there are some operations whith year of date_debut different to the year of date_fin we need to find these operations
# and apply on it the overlaps function to separate fish that arrive during the first year from the all
#If we don't have operation on two years we apply the simple sum per year
- if (diff at data$ope_dic_identifiant==diff at data$ope_dic_identifiant && diff at data$annee_debut!=diff at data$annee_fin){
+ if (diff at data$ope_dic_identifiant==diff at data$ope_dic_identifiant & diff at data$annee_debut!=diff at data$annee_fin){
reqdiffan=new("RequeteODBC")
reqdiffan at baseODBC<-get("baseODBC", envir=envir_stacomi)
#Pour Marion
More information about the Stacomir-commits
mailing list