Skip to content

Commit 453dda1

Browse files
committed
small polish
1 parent 0b504eb commit 453dda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phase_thermal.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ module function phase_K_T(co,ce) result(K)
250250
real(pREAL) :: T
251251

252252

253-
associate( ph => material_ID_phase(co,ce), &
253+
associate(ph => material_ID_phase(co,ce), &
254254
en => material_entry_phase(co,ce))
255255

256256
T = current(ph)%T(en)

0 commit comments

Comments
 (0)