Add empty implementation of Simulator::SetImplementation, to make Python bindings work.
This commit is contained in:
@@ -276,6 +276,13 @@ Simulator::GetMaximumSimulationTime (void)
|
||||
return GetImpl ()->GetMaximumSimulationTime ();
|
||||
}
|
||||
|
||||
void
|
||||
Simulator::SetImplementation (Ptr<SimulatorImpl> impl)
|
||||
{
|
||||
NS_FATAL_ERROR ("TODO");
|
||||
}
|
||||
|
||||
|
||||
} // namespace ns3
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user