- Fixed bug in copy construction of DynamicProcess
- Fixed bug in get_parameter<bool> in TextSimulation - Written some new code for visualization of the simulation git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@799 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
25e5a7319b
commit
d64051279f
7 changed files with 90 additions and 13 deletions
|
@ -111,7 +111,7 @@ ConcreteHistory::append_new_environment(ConcreteEnvironment* environment)
|
|||
|
||||
|
||||
ConcreteHistory::size_t
|
||||
ConcreteHistory::get_size()
|
||||
ConcreteHistory::get_size() const
|
||||
{
|
||||
return _snapshots.size();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue