- Fix compilation

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1222 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-17 10:13:15 +00:00
parent a2c6df90b7
commit 17f243db1a
2 changed files with 2 additions and 4 deletions

View File

@ -73,8 +73,6 @@ namespace sgpem
*/
void stop();
bool step() throw(UserInterruptException, NullPolicyException, MalformedPolicyException);
/**
\brief This methods allows to change the way the simulation progresses.

View File

@ -21,11 +21,11 @@
#ifndef HOLT_WIDGET_HH
#define HOLT_WIDGET_HH 1
#include "cairo_widget.hh"
#include <sgpemv2/history_observer.hh>
#include <sgpemv2/request.hh>
#include <sgpemv2/sub_request.hh>
#include <sgpemv2/simulation_observer.hh>
#include <complex>