We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f0360 commit d7ee9c1Copy full SHA for d7ee9c1
1 file changed
src/Simulation.jl
@@ -55,6 +55,8 @@ function interofdomain(inter,domain)
55
return domain==inter.domain
56
elseif hasfield(typeof(inter),:domain1)
57
return domain==inter.domain1 || domain==inter.domain2
58
+ elseif hasfield(typeof(inter),:domaingas)
59
+ return domain==inter.domaingas || domain==inter.domainliq
60
end
61
62
0 commit comments