#ifndef pcp_h #define pcp_h /** \file pcp.h * Header file for \ref pcp.c * * Contains declarations of the functions implemented in \ref pcp.c and * definition of external sig_atomic. * Project: ParallelCarParrinello Jan Hamaekers 2000 File: pcp.h $Id: pcp.h,v 1.6 2006/03/30 22:19:51 foo Exp $ */ #include extern volatile sig_atomic_t cpulim; //!< external signal which calls for end of calculation int CheckCPULIM(struct Problem *P); int main(int argc, char **argv); #endif