Bridge++
Ver. 2.0.2
fopr_WilsonGeneral.h
Go to the documentation of this file.
1
14
#ifndef FOPR_WILSONGENERAL_INCLUDED
15
#define FOPR_WILSONGENERAL_INCLUDED
16
17
// implementations
18
19
// original unoptimised version
20
#ifdef USE_ORG
21
#include "
Org/fopr_WilsonGeneral_impl.h
"
22
#endif
23
24
// improved version
25
#ifdef USE_IMP
26
#include "
Imp/fopr_WilsonGeneral_impl.h
"
27
#endif
28
29
#if defined(USE_IMP)
30
typedef
Imp::Fopr_WilsonGeneral
Fopr_WilsonGeneral
;
31
#else
32
typedef
Org::Fopr_WilsonGeneral
Fopr_WilsonGeneral
;
33
#endif
34
35
#ifdef USE_FACTORY
36
namespace
Selector_Fopr_WilsonGeneral
37
{
38
bool
register_factory();
39
}
40
#endif
41
42
#endif
/* FOPR_WILSONGENERAL_INCLUDED */
fopr_WilsonGeneral_impl.h
Fopr_WilsonGeneral
Org::Fopr_WilsonGeneral Fopr_WilsonGeneral
Definition:
fopr_WilsonGeneral.h:32
fopr_WilsonGeneral_impl.h
Imp::Fopr_WilsonGeneral
Definition:
fopr_WilsonGeneral_impl.h:38
Org::Fopr_WilsonGeneral
Definition:
fopr_WilsonGeneral_impl.h:36
src
lib
Fopr
fopr_WilsonGeneral.h
Generated on Sat Feb 10 2024 14:19:59 for Bridge++ by
1.8.17