BAT  0.9.4
The Bayesian analysis toolkit
 All Classes Namespaces Functions Variables Enumerations
BCAux.h
1 #ifndef __BCAUX__H
2 #define __BCAUX__H
3 
15 /*
16  * Copyright (C) 2007-2014, 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 
void SetStyle()
Definition: BCAux.cxx:18