model: make print_list() into a static C function
authorBrian Norris <banorris@uci.edu>
Thu, 21 Jun 2012 22:13:56 +0000 (15:13 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 21 Jun 2012 22:17:38 +0000 (15:17 -0700)
commit6cb1abb7f1f69690ecf78a293744204980912a7d
tree6727933ee04faf5084ee655bd93897582370510f
parent138d4a85736bd67f9adf6efeb5e3bb63165d8862
model: make print_list() into a static C function

This function does not need to be a class member function. It only performs
a standard 'printing' option on a STL list of ModelAction objects.
model.cc
model.h