Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c704f0f172ec0cbb3df3d1d2b17d369f82355db6
[simgrid.git] / src / gras / Virtu / rl_conditional.c
1 /* $Id$ */
2
3 /* rl_conditional - conditional execution (real life)                       */
4
5 /* Authors: Martin Quinson                                                  */
6 /* Copyright (C) 2003,2004 da GRAS posse.                                   */
7
8 /* This program is free software; you can redistribute it and/or modify it
9    under the terms of the license (GNU LGPL) which comes with this package. */
10
11 #include "gras/Virtu/virtu_rl.h"
12
13 int gras_if_RL(void) {
14    return 1;
15 }
16
17 int gras_if_SG(void) {
18    return 0;
19 }