File: typecheck.h

package info (click to toggle)
aces3 3.0.6-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 82,460 kB
  • sloc: fortran: 225,647; ansic: 20,413; cpp: 4,349; makefile: 953; sh: 137
file content (17 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "f77_name.h"
#include "f_types.h"


void F77_NAME(proto1, PROTO1)(int *myrank, int *size, int *commonstart, int *end, 
           int *maxa, int *maxb, int *maxc, int *maxd, int *maxi, int *maxj, int *endfunction, int *nshells,
           int *role, double *dbuf, int *ibuf);

           
void F77_NAME(integral, INTEGRAL)
            (int *message0, int *message1, int *message2, int *message3,
             int *message4, int *message5, int *message6, int *message7,
             int *commonstart,   double *dbuf, int *sendnumber, 
             int *intbuffer, int * buffersize, double *dbuf1);
             
             
void F77_NAME(cwork, CWORK) (double *v, double *told, double *tnew, int *ni, int *nj, int *na, int *nb, int *nc, int *nd);