summaryrefslogtreecommitdiff
path: root/openEMS/FDTD/excitation.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-02-10 08:20:54 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-02-10 08:20:54 +0000
commitffda26309128be5d112df61a03e4827e47ecfac8 (patch)
tree7552a0f13b6873dbf98c41b84cb81bac0f220ca7 /openEMS/FDTD/excitation.h
parent086965becc2a02254e3441a1d97b61ccab2d66ea (diff)
Import GIT HEAD of openEMS sub-project (with Python interface)
Diffstat (limited to 'openEMS/FDTD/excitation.h')
-rw-r--r--openEMS/FDTD/excitation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/openEMS/FDTD/excitation.h b/openEMS/FDTD/excitation.h
index 8ae3a5b..b43ad28 100644
--- a/openEMS/FDTD/excitation.h
+++ b/openEMS/FDTD/excitation.h
@@ -31,11 +31,11 @@ public:
virtual void Reset( double timestep );
- bool SetupGaussianPulse(double f0, double fc);
- bool SetupSinusoidal(double f0);
- bool SetupDiracPulse(double fmax);
- bool SetupStepExcite(double fmax);
- bool SetupCustomExcite(std::string str, double f0, double fmax);
+ void SetupGaussianPulse(double f0, double fc);
+ void SetupSinusoidal(double f0);
+ void SetupDiracPulse(double fmax);
+ void SetupStepExcite(double fmax);
+ void SetupCustomExcite(std::string str, double f0, double fmax);
double GetCenterFreq() {return m_f0;}
double GetCutOffFreq() {return m_fc;}