Skip to content

Commit

Permalink
Merge pull request #233 from kent0/use-lcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ping-Hsuan authored Oct 7, 2024
2 parents 738b529 + b58ab98 commit 98642c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/MOR
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ c parameters and common blocks for MOR
$ pic(lx2*ly2*lz2*lelm),
$ tic(lx1*ly1*lz1*lelm)

common /morcoef/ uk((lub+1)*(lsu+1)),tk((ltb+1)*(lst+1)),
$ timek(lcs),edk((lub+1)*(lsu+1))
common /morcoef/ uk((lub+1)*(lcs+1)),tk((ltb+1)*(lcs+1)),
$ timek(lcs),edk((lub+1)*(lcs+1))
common /morcoef2/ ukp((lub+1)*lsu),tkp((ltb+1)*lst)

common /morusnap/ us0(lx1*ly1*lz1*lelm,ldim,lsu)
Expand Down Expand Up @@ -105,7 +105,7 @@ c parameters and common blocks for MOR

common /moritmp/ itmp1(lub),itmp2(lub)
common /morrtmp/ rtmp1(lub,lub),rtmp2(lb,lb),rtmp3(lb,lb)
common /morstmp/ stmp(lb+1,ls)
common /morstmp/ stmp(lb+1,max(ls,lcs))

common /morfld/ wm1(lx1*ly1*lz1*lelm)
common /morqoi/ rnus,rdgx(0:lub),rdgy(0:lub),rdgz(0:lub)
Expand Down

0 comments on commit 98642c5

Please sign in to comment.