00001
00002
00003
00004
00005
00006
00007 #ifndef BALL_ENERGY_DISTANCE_COULOMB_H
00008 #define BALL_ENERGY_DISTANCE_COULOMB_H
00009
00010 #ifndef BALL_COMMON_H
00011 # include <BALL/common.h>
00012 #endif
00013
00014 namespace BALL
00015 {
00016 class AtomContainer;
00017
00029 BALL_EXPORT double calculateDistanceCoulomb(const AtomContainer& fragment);
00030 }
00031
00032 #endif // BALL_ENERGY_DISTANCE_COULOMB_H