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

Private GIT Repository
Now that THROWF is in SG/svn, remove compatibility hack.
[loba.git] / simgrid_features.h
1 #ifndef SIMGRID_FEATURES_H
2 #define SIMGRID_FEATURES_H
3
4 #if !defined(SIMGRID_VERSION) // ========== SimGrid <= 3.5 ============= //
5 #  error "Unsupported SimGrid version.  Need version > 3.5"
6 #endif  // ============================================================= //
7
8 #endif // !SIMGRID_FEATURES_H
9
10 // Local variables:
11 // mode: c++
12 // End: