minor fix

pull/1/head
Sebastian Held 2010-05-03 21:20:49 +02:00
parent 4d7b868e03
commit 4cff6eebc5
1 changed files with 1 additions and 1 deletions

View File

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