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

Public GIT Repository
NetZone: father to parent and more accessors
[simgrid.git] / include / simgrid / jedule / jedule.hpp
index 55b84eba46c2c82b4615f3b17d1c5031f7cd8d59..d89c9a3a7171871823b9f2ff9cd2294c8c56507d 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. */
@@ -34,6 +34,6 @@ public:
 } // namespace jedule
 } // namespace simgrid
 
-typedef simgrid::jedule::Jedule *jedule_t;
+using jedule_t = simgrid::jedule::Jedule*;
 
 #endif /* JEDULE_HPP_ */