View | Details | Raw Unified | Return to bug 1873
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +1 lines)
 Lines 45-51    Link Here 
45
  // check if energy source already exists
45
  Ptr<EnergySource> source = m_basicEnergySource.Create<EnergySource> ();
46
  Ptr<EnergySource> source = node->GetObject<EnergySource> ();
47
  if (source != NULL)
48
    {
49
      NS_FATAL_ERROR ("Energy source already installed!");
50
    }
51
  source = m_basicEnergySource.Create<EnergySource> ();
52
--

Return to bug 1873