C C In this file we define the maximum size of the arrays by c NX= 2**SZEXP1 C and NY= 2**SZEXP2 C SZEXP should be min(szexp1,szepx2) c c This file is read by pointers.f and global.f C INTEGER SZEXP, SZEXP1, SZEXP2 PARAMETER(SZEXP=10) PARAMETER(SZEXP1=10,SZEXP2=10)