Skip to content

Commit

Permalink
added flexibple polynomials in vbasis set. Some I/O rouintes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulik committed Dec 23, 2023
1 parent de99c46 commit 55fc867
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 63 deletions.
20 changes: 0 additions & 20 deletions avni/f2py.cpython-37m-darwin.so.dSYM/Contents/Info.plist

This file was deleted.

6 changes: 3 additions & 3 deletions avni/f2py/CAGCRAYS/emcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
c
common /empar1/ emtitle
c
parameter (maxlev=1000)
parameter (maxlev=1500)
real*8 radlev(maxlev)
real*8 rholev(maxlev)
real*8 vpvlev(maxlev)
Expand Down Expand Up @@ -33,7 +33,7 @@ c
real*8 gravspl(3,maxlev)
c
real*8 work(3,maxlev)
c
c
common /empar2/ radlev,
# rholev,rhospl,
# vpvlev,vpvspl,
Expand Down Expand Up @@ -61,4 +61,4 @@ c
# itoplev,
# ibotlev,
# numemreg

2 changes: 1 addition & 1 deletion avni/f2py/CAGCRAYS/emcommonb.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
c
common /empar1/ emtitle
c
parameter (maxlev=1000)
parameter (maxlev=1500)
real*8 radlev(maxlev)
real*8 rholev(maxlev)
real*8 vpvlev(maxlev)
Expand Down
Loading

0 comments on commit 55fc867

Please sign in to comment.