Lots of exciting developments:
commit100f708023a86a8a34e152f54e55d0296865fc3b
authorJason Polak <jpolak@cynthia.(none)>
Tue, 29 Apr 2008 16:37:33 +0000 (29 12:37 -0400)
committerJason Polak <jpolak@cynthia.(none)>
Tue, 29 Apr 2008 16:37:33 +0000 (29 12:37 -0400)
tree68dc1e443e58cfba29e42dd75527912c642c53ae
parent7fddeaa906364e889ebe655f87ca00e9eedf9d47
Lots of exciting developments:
-FuncSelect Class: allows the selection of arbitrary functions
with double parameters and a double return value. For its use
another kind of return value is really not needed, and if ints
are required they can just be cast. I doubt they will be needed for the
purposes of it, however.
src/FuncSelect.cpp
src/FuncSelect.hh
src/Makefile
src/World_scenarios_base.cpp
src/test.cpp