fix typo
This commit is contained in:
@@ -95,7 +95,7 @@ JakesProcess::ConstructOscillators ()
|
||||
NS_ASSERT (m_jakes);
|
||||
// Initial phase is common for all oscillators:
|
||||
double phi = m_jakes->GetUniformRandomVariable ()->GetValue ();
|
||||
// Theta is common for all oscillatoer:
|
||||
// Theta is common for all oscillators:
|
||||
double theta = m_jakes->GetUniformRandomVariable ()->GetValue ();
|
||||
for (unsigned int i = 0; i < m_nOscillators; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user