Skip to content

Commit

Permalink
remove implicits from TernarySolveTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 24, 2024
1 parent 93bf0a8 commit c10b0b8
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 74 deletions.
4 changes: 1 addition & 3 deletions src/Solution/ParticleTracker/MethodSubcellTernary.f90
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,10 @@ subroutine track_subcell(this, subcell, particle, tmax)
! kluge note: can probably avoid calculating alpexit
! here in many cases and wait to calculate it later,
! once the final trajectory time is known
call traverse_triangle(ntmax, nsave, diff, rdiff, &
isolv, tol, step, &
call traverse_triangle(isolv, tol, step, &
dtexitxy, alpexit, betexit, &
itrifaceenter, itrifaceexit, &
rxx, rxy, ryx, ryy, &
sxx, sxy, syy, &
alp0, bet0, alp1, bet1, alp2, bet2, alpi, beti, &
vziodz, az, lbary)

Expand Down
Loading

0 comments on commit c10b0b8

Please sign in to comment.