Skip to content

Commit 7ad5b59

Browse files
Fixed a tiny bug in Hydro
1 parent a3b9ce9 commit 7ad5b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WallGo/hydrodynamics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def matching(
478478
"vm": vm,
479479
"Tp": Tp,
480480
"Tm": Tm,
481-
"csq": self.thermodynamicsExtrapolate.csqLowT(Tm),
481+
"csq": self.thermodynamics.csqLowT(Tm),
482482
},
483483
)
484484
return vp, vm, Tp, Tm

0 commit comments

Comments
 (0)