Regenerated

[SVN r17084]
This commit is contained in:
Douglas Gregor
2003-01-30 04:42:06 +00:00
parent 8b6ebc4c42
commit 9bc263cf97
10 changed files with 20 additions and 0 deletions

View File

@ -20,4 +20,6 @@ boost::function<void (int values[], int n, int& sum, float& avg)> sum_avg;
sum_avg = &do_sum_avg;
return 0;
}