- I forgot to add two files and remove a debug print.

- Actually there is some printing issue to fix, but
  the logics works fine.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@902 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
matrevis 2006-08-18 01:04:28 +00:00
parent df4b32f1ba
commit 5432693169
3 changed files with 69 additions and 1 deletions

View file

@ -94,7 +94,6 @@ ConcreteSimulation::jump_to(History::position p)
if (!yet_to_finish)
stop();
_history.get_size() << std::endl;
_front = p < _front ? p : _front;
notify_change();
}