Changes in pcp/src/pcp.c [e08f45:ef87ee]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/pcp.c
re08f45 ref87ee 526 526 #include<stdio.h> 527 527 #include<math.h> 528 #include"mpi.h" 529 #include "data.h"530 #include "errors.h"531 #include "helpers.h"532 #include "init.h"533 #include "pcp.h"534 #include "opt.h"535 #include "myfft.h"536 #include "gramsch.h"537 #include "output.h"528 529 #include "data.h" 530 #include "errors.h" 531 #include "gramsch.h" 532 #include "helpers.h" 533 #include "init.h" 534 #include "pcp.h" 535 #include "myfft.h" 536 #include "opt.h" 537 #include "output.h" 538 538 #include "run.h" 539 539 #include "pcp.h" 540 #include "version.h" 540 541 541 542 #define MYSTOPSIGNAL SIGALRM //!< external signal which gracefully stops calculations … … 810 811 */ 811 812 int main(int argc, char **argv) { 813 814 fprintf(stdout, "%s\n", ESPACKVersion); 815 812 816 MPI_Init(&argc, &argv); 813 817 Run(argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.