Adjust naming 2

This commit is contained in:
Marco Miozzo
2011-10-27 16:30:29 +02:00
parent 456dddbf01
commit d6decc993d

View File

@@ -192,9 +192,8 @@ void
LenaHelper::SetFadingModel (std::string type)
{
NS_LOG_FUNCTION (this << type);
m_fadingModelType = type;
m_fadingModelFactory = ObjectFactory ();
m_fadingModelFactory.SetTypeId (m_fadingModelType);
m_fadingModelFactory.SetTypeId (type);
}
void