Renamed a plugin hook in sumstats framework.

This commit is contained in:
Seth Hall 2013-04-22 15:27:03 -04:00
parent 9574499382
commit 91362717da
9 changed files with 10 additions and 10 deletions

View file

@ -29,7 +29,7 @@ function calc_variance(rv: ResultVal)
}
# Reduced priority since this depends on the average
hook add_to_reducer_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal) &priority=-5
hook observe_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal) &priority=-5
{
if ( VARIANCE in r$apply )
{