]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/jedule/jedule_events.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dynamic factors: implement and test
[simgrid.git] / include / simgrid / jedule / jedule_events.hpp
index e7987cb486f2edf0e91ff8c5e77b60faf891df81..413ebea9c986a3c494416ede184e18b7acc740bf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -40,6 +40,6 @@ private:
 }
 }
 
-typedef simgrid::jedule::Event* jed_event_t;
+using jed_event_t = simgrid::jedule::Event*;
 
 #endif /* JEDULE_EVENTS_H_ */