00001 // -*- Mode: C++; tab-width: 2; -*- 00002 // vi: set ts=2: 00003 // 00004 // $Id: energy.h,v 1.2 2002/02/27 12:18:18 sturm Exp $ 00005 // ENERGY header file 00006 // collective header file for all headers in BALL/ENERGY 00007 00008 #ifndef BALL_ENERGY_H 00009 #define BALL_ENERGY_H 00010 00011 #ifndef BALL_ENERGY_ATOMICCONTACTENERGY_H 00012 # include <BALL/ENERGY/atomicContactEnergy.h> 00013 #endif 00014 00015 #ifndef BALL_ENERGY_COULOMB_H 00016 # include <BALL/ENERGY/coulomb.h> 00017 #endif 00018 00019 #ifndef BALL_ENERGY_DISTANCECOULOMB_H 00020 # include <BALL/ENERGY/distanceCoulomb.h> 00021 #endif 00022 00023 #endif // BALL_ENERGY_H