/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2012 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /* * controller_AddOn_MPQCCommandJob.cpp * * Created on: 06.06.2012 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "CodePatterns/MemDebug.hpp" #include "controller_MPQCCommandJob.hpp" struct controller_AddOn; controller_AddOn *getAddOn() { return new controller_MPQCCommandJob(); }