Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed licence and copyright. No more reference to da GRAS possee or the
[simgrid.git] / src / gras / Virtu / rl_conditional.c
1 /* $Id$ */
2
3 /* rl_conditional - conditional execution (real life)                       */
4
5 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
6
7 /* This program is free software; you can redistribute it and/or modify it
8  * under the terms of the license (GNU LGPL) which comes with this package. */
9
10 #include "gras/cond.h"
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 }