Skip to content

Commit

Permalink
correction forgotten in previous commit #653
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Sep 26, 2022
1 parent 137ede5 commit e6b4aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/g.analyse.perday.R
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ g.analyse.perday = function(ndays, firstmidnighti, time, nfeatures,
}
}
}
if (mi == ExtFunColsi) { # INSERT HERE VARIABLES DERIVED WITH EXTERNAL FUNCTION
if (mi %in% ExtFunColsi == TRUE) { # INSERT HERE VARIABLES DERIVED WITH EXTERNAL FUNCTION
if (myfun$reporttype == "event") { # For the event report type we take the sum
eventAgg = aggregateEvent(metric_name = cn_metashort[mi], varnum = varnum,
epochsize = ws3, anwi_nameindices = anwi_nameindices,
Expand Down

0 comments on commit e6b4aee

Please sign in to comment.