]> AND Private Git Repository - loba.git/blob - simgrid_features.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
2cfb227a84e87764b7f234b50e4ee82b02248183
[loba.git] / simgrid_features.h
1 #ifndef SIMGRID_FEATURES_H
2 #define SIMGRID_FEATURES_H
3
4 #include <simgrid_config.h>
5
6 #if !defined(SIMGRID_VERSION) || SIMGRID_VERSION < 31800UL // == SG < 3.18 == //
7 #  error "Unsupported SimGrid version.  Need version >= 3.18"
8 #endif // =================================================================== //
9
10 #endif // !SIMGRID_FEATURES_H
11
12 // Local variables:
13 // mode: c++
14 // End: