BayesianAnalysisToolkit  0.9.3
BCAux.h
Go to the documentation of this file.
1 #ifndef __BCAUX__H
2 #define __BCAUX__H
3 
15 /*
16  * Copyright (C) 2007-2013, the BAT core developer team
17  * All rights reserved.
18  *
19  * For the licensing terms see doc/COPYING.
20  * For documentation see http://mpp.mpg.de/bat
21  */
22 
23 // ---------------------------------------------------------
24 
25 namespace BCAux
26 {
27 
30  void SetStyle();
31 
32 }
33 
34 // ---------------------------------------------------------
35 
36 #endif
37