HiRep 0.1
Loading...
Searching...
No Matches
flags.h
Go to the documentation of this file.
1/***************************************************************************\
2* Copyright (c) 2024, Sofie Martins *
3* All rights reserved. *
4\***************************************************************************/
5
12#ifndef FLAGS_H
13#define FLAGS_H
14
15GLB_VAR(int, stale_clover_gpu, = 1);
16GLB_VAR(int, stale_clover_cpu, = 1);
17
18#ifdef WITH_EXPCLOVER
19GLB_VAR(int, stale_expclover, = 1);
20#endif
21
22#endif