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

Private GIT Repository
Update XML files to version 4.
[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 < 31200UL // == SG < 3.12 == //
7 #  error "Unsupported SimGrid version.  Need version >= 3.12"
8 #endif // =================================================================== //
9
10 #endif // !SIMGRID_FEATURES_H
11
12 // Local variables:
13 // mode: c++
14 // End: