diff --git a/FDTD/excitation.cpp b/FDTD/excitation.cpp index 6be7717..7de0841 100644 --- a/FDTD/excitation.cpp +++ b/FDTD/excitation.cpp @@ -37,7 +37,7 @@ Excitation::Excitation( double timestep ) } dT = timestep; - m_nyquistTS = nan(""); + m_nyquistTS = 0; } Excitation::~Excitation()