mirror of
https://github.com/MillironX/UNIFAC.jl.git
synced 2024-12-21 20:38:18 +00:00
Fixed broadcasting errors
This commit is contained in:
parent
e7328ad2af
commit
fbdc257286
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
name = "UNIFAC"
|
||||
uuid = "49c32154-e3b1-44a0-88e7-ff6c176fd7d7"
|
||||
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>"]
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
|
|
|
@ -181,10 +181,10 @@ function unifac(ν, x, T)
|
|||
a[41:41, 56] .= -0.5150
|
||||
|
||||
a[56, 1:4] .= -32.690
|
||||
a[56, 10] .= 10.380
|
||||
a[56, 10] = 10.380
|
||||
a[56, 12:13] .= -97.050
|
||||
a[56, 15] .= 261.60
|
||||
a[56, 17] .= 417.90
|
||||
a[56, 15] = 261.60
|
||||
a[56, 17] = 417.90
|
||||
a[56, 19:20] .= -142.60
|
||||
a[56, 25:27] .= -94.490
|
||||
a[56, 41:42] .= 0.28270
|
||||
|
|
Loading…
Reference in a new issue