- Fix compilation
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1222 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
a2c6df90b7
commit
17f243db1a
|
@ -73,8 +73,6 @@ namespace sgpem
|
||||||
*/
|
*/
|
||||||
void stop();
|
void stop();
|
||||||
|
|
||||||
bool step() throw(UserInterruptException, NullPolicyException, MalformedPolicyException);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief This methods allows to change the way the simulation progresses.
|
\brief This methods allows to change the way the simulation progresses.
|
||||||
|
|
||||||
|
|
|
@ -21,11 +21,11 @@
|
||||||
#ifndef HOLT_WIDGET_HH
|
#ifndef HOLT_WIDGET_HH
|
||||||
#define HOLT_WIDGET_HH 1
|
#define HOLT_WIDGET_HH 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "cairo_widget.hh"
|
#include "cairo_widget.hh"
|
||||||
|
|
||||||
#include <sgpemv2/history_observer.hh>
|
#include <sgpemv2/history_observer.hh>
|
||||||
#include <sgpemv2/request.hh>
|
#include <sgpemv2/request.hh>
|
||||||
|
#include <sgpemv2/sub_request.hh>
|
||||||
#include <sgpemv2/simulation_observer.hh>
|
#include <sgpemv2/simulation_observer.hh>
|
||||||
|
|
||||||
#include <complex>
|
#include <complex>
|
||||||
|
|
Loading…
Reference in New Issue