This commit is contained in:
Alexander Krotov
2017-02-10 14:00:39 +03:00
parent 5444d15f4e
commit bbb09742a9

View File

@@ -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++)
{