Skip to content

Commit

Permalink
Bug fix: adding test for cpu id in T calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed Nov 27, 2023
1 parent 947ee91 commit 195cf93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/output.f90
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ subroutine capteur(id,lambda,icell,xin,yin,zin,uin,vin,win,stokin,flag_star,flag
u1=uin ; v1=vin ; w1=win
stok=stokin

!* utilisation de la symetrie centrale
! Utilisation de la symetrie centrale
if (w1 < 0.0) then
if (l_sym_centrale) then
x1 = -x1
Expand Down
2 changes: 1 addition & 1 deletion src/thermal_emission.f90
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ subroutine Temp_LTE(id, icell, Ti, Temp, frac)
endif

! Save pour prochaine reemission et/ou T finale
xT_ech(icell,id) = Ti
if (id>0) xT_ech(icell,id) = Ti

return

Expand Down

0 comments on commit 195cf93

Please sign in to comment.