/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /* * InfoStub.cpp * * Created on: Apr 6, 2011 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "CodePatterns/Info.hpp" int Info::verbosity = 0; Chronos * Info::timekeeper = NULL; bool Info::ChronosBlocker = false; size_t Info::NumberInfos = 0; Info::Info(const char* msg) {} Info::~Info() {} void Info::setVerbosity(int verbosityLevel) {}