source: pcp/src/pcp.h@ 88e890

Last change on this file since 88e890 was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago

-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)

  • Property mode set to 100644
File size: 511 bytes
RevLine 
[a0bcf1]1#ifndef pcp_h
2#define pcp_h
3
4/** \file pcp.h
5 * Header file for \ref pcp.c
6 *
7 * Contains declarations of the functions implemented in \ref pcp.c and
8 * definition of external sig_atomic.
9 *
10 Project: ParallelCarParrinello
11 Jan Hamaekers
12 2000
13
14 File: pcp.h
15 $Id: pcp.h,v 1.6 2006/03/30 22:19:51 foo Exp $
16*/
17#include <signal.h>
18
19extern volatile sig_atomic_t cpulim; //!< external signal which calls for end of calculation
20int CheckCPULIM(struct Problem *P);
21int main(int argc, char **argv);
22
23#endif
Note: See TracBrowser for help on using the repository browser.