Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First attempt on SURF design. I'd like a 5'10" short board with a swallow
[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/cond.h"
12 #include "gras/Virtu/virtu_rl.h"
13
14 int gras_if_RL(void) {
15    return 1;
16 }
17
18 int gras_if_SG(void) {
19    return 0;
20 }