- Start implementing Scheduler::step_forward(). Whoohooo!
- Changed Schedulable::get_remaining_time() in get_elapsed_time() git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@702 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
94f7c1d127
commit
9856a86c87
9 changed files with 102 additions and 13 deletions
|
@ -53,7 +53,7 @@ namespace sgpem
|
|||
|
||||
/// \brief Copy constructor.
|
||||
/// Performs a deep copy of all structures.
|
||||
ConcreteEnvironment(const ConcreteEnvironment & c);
|
||||
ConcreteEnvironment(const ConcreteEnvironment& c);
|
||||
|
||||
|
||||
/// \brief Returns an indexed set of snapshots of the processes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue