Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename file maxmin to System
[simgrid.git] / src / kernel / lmm / maxmin.hpp
1 /* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SIMGRID_KERNEL_LMM_MAXMIN_HPP
7 #define SIMGRID_KERNEL_LMM_MAXMIN_HPP
8
9 #include "src/kernel/lmm/System.hpp"
10
11 #endif