annotate orphan base script components with &deprecated

This commit is contained in:
Vern Paxson 2022-05-05 11:15:13 -07:00 committed by Tim Wojtulewicz
parent 9b8ac44169
commit 6dc711c39e
8 changed files with 13 additions and 13 deletions

View file

@ -23,7 +23,7 @@ function calc_std_dev(rv: ResultVal)
rv$std_dev = sqrt(rv$variance);
}
hook std_dev_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal)
hook std_dev_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal) &deprecated
{
calc_std_dev(rv);
}