minor fix
parent
4d7b868e03
commit
4cff6eebc5
|
@ -37,7 +37,7 @@ Excitation::Excitation( double timestep )
|
|||
}
|
||||
|
||||
dT = timestep;
|
||||
m_nyquistTS = nan("");
|
||||
m_nyquistTS = 0;
|
||||
}
|
||||
|
||||
Excitation::~Excitation()
|
||||
|
|
Loading…
Reference in New Issue