Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 89e46e152d5f72c49758d7759b529012 > files > 1390

cernlib-g77-devel-2006-33.fc12.i686.rpm

#include <stdlib.h>
#include <cfortran.h>
#include <paw.h>
#include <kuip.h>
#include <comis/mdpool.h>

#define PAWC_SIZE 9000000

typedef struct { float PAW[PAWC_SIZE]; } PAWC_DEF;
#define PAWC COMMON_BLOCK(PAWC,pawc)
COMMON_BLOCK_DEF(PAWC_DEF,PAWC);

int main()
{
      int iwtyp;

      PAW(PAWC_SIZE,iwtyp);

      KUWHAG();

      PAEXIT();

      return 0;
}