Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
766804b9c92ec7482a00d4214f5b07c3b9515cd8
[simgrid.git] / src / gras / Virtu / sg_conditional.c
1 /* $Id$ */
2
3 /* sg_conditional - conditional execution (simulation)                      */
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_sg.h"
12
13 int gras_if_RL(void) {
14    return 0;
15 }
16
17 int gras_if_SG(void) {
18    return 1;
19 }