src/mpi/distributed-simulator-impl.cc
changeset 6291 8b3cd8b4d560
parent 6113 0ce37bf4f1c1
--- a/src/mpi/distributed-simulator-impl.cc	Thu May 06 14:21:20 2010 +0100
+++ b/src/mpi/distributed-simulator-impl.cc	Thu May 06 14:55:16 2010 -0400
@@ -1,7 +1,5 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
- * Copyright (c) 2005,2006 INRIA
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -362,7 +360,7 @@
   NS_ASSERT (tAbsolute >= TimeStep (m_currentTs));
   Scheduler::Event ev;
   ev.impl = event;
-  ev.key.m_ts = (uint64_t) tAbsolute.GetTimeStep ();
+  ev.key.m_ts = static_cast<uint64_t> (tAbsolute.GetTimeStep ());
   ev.key.m_context = GetContext ();
   ev.key.m_uid = m_uid;
   m_uid++;