Skip to content

Commit

Permalink
Updated deformation functions: included many collision systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackal1-66 committed Nov 4, 2024
1 parent 0b277a3 commit e4b321d
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 63 deletions.
2 changes: 1 addition & 1 deletion src/KW/ems.f
Original file line number Diff line number Diff line change
Expand Up @@ -2599,7 +2599,7 @@ integer function igetJval(maproj,matarg,engy)
c----------------------------------------------------------------------
function piDeform(M,z,maproj,matarg,engy) !polynomial interpolation (linear)
c----------------------------------------------------------------------
parameter (KDIM=8,NSYSDIM=30,MDIM=5)
parameter (KDIM=8,NSYSDIM=75,MDIM=5)
real zar(KDIM),war(KDIM)
real zx(NSYSDIM,KDIM),wx(NSYSDIM,KDIM,MDIM),engyx(NSYSDIM)
integer maprojx(NSYSDIM),matargx(NSYSDIM)
Expand Down
Loading

0 comments on commit e4b321d

Please sign in to comment.