minor fix

This commit is contained in:
Sebastian Held 2010-05-03 21:20:49 +02:00
parent 4d7b868e03
commit 4cff6eebc5

View File

@ -37,7 +37,7 @@ Excitation::Excitation( double timestep )
} }
dT = timestep; dT = timestep;
m_nyquistTS = nan(""); m_nyquistTS = 0;
} }
Excitation::~Excitation() Excitation::~Excitation()