BayesianAnalysisToolkit  0.9.3
Functions | Variables
BCLog.cxx File Reference
#include "config.h"
#include "BCLog.h"
#include <TError.h>
#include <TROOT.h>
#include <fstream>
#include <iomanip>

Go to the source code of this file.

Functions

int printBATUponLoading ()
 

Variables

static int tmpvarPrint = printBATUponLoading()
 

Function Documentation

int printBATUponLoading ( )

Definition at line 176 of file BCLog.cxx.

177 {
178  /*
179  std::cout <<
180  " +------------------------------------------------------+\n"
181  " | |\n"
182  " | BAT version " << std::setw(7) << VERSION << " |\n"
183  " | Copyright (C) 2007-2013, the BAT core developer team |\n"
184  " | All rights reserved. |\n"
185  " | |\n"
186  " | For the licensing terms see doc/COPYING |\n"
187  " | For documentation see http://mpp.mpg.de/bat |\n"
188  " | |\n"
189  " +------------------------------------------------------+\n";
190  */
191  return 0;
192 }

Variable Documentation

int tmpvarPrint = printBATUponLoading()
static

Definition at line 194 of file BCLog.cxx.