Skip to content

Commit

Permalink
Fixed compilation issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulzc committed Jan 8, 2025
1 parent 6a5a847 commit 05b128c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bte_regression.f90
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ program bte_regression

!Solve BTEs
if(num%onlyphbte .and. .not. num%phe) then
call bt%solve_bte(num, crys, sym, ph)
call bt%solve_bte(num, crys, wann, sym, ph)
else
call bt%solve_bte(num, crys, sym, ph, el)
call bt%solve_bte(num, crys, wann, sym, ph, el)
end if

sync all
Expand Down

0 comments on commit 05b128c

Please sign in to comment.