Skip to content
Snippets Groups Projects
ApplicationCore.h 629 B
Newer Older
/**
 * ApplicationCore.h
 *
 *  Created on: Jun 14, 2016
 *      Author: Martin Hierholzer
 *
 *  This is the main header file for the ApplicationCore library. It brings all includes and functionality needed
 *  for writing an application.
 */

#include <mtca4u/Utilities.h>   // for mtca4u::setDMapFilePath(), which is used by all applications

#include "Application.h"
#include "ScalarAccessor.h"