Skip to content

Commit d496bd0

Browse files
hwpangmjohnson541
authored andcommitted
Add film growth internal interface to interofdomain
1 parent cefc91b commit d496bd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Simulation.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ function interofdomain(inter,domain)
107107
return domain==inter.domain1 || domain==inter.domain2
108108
elseif hasfield(typeof(inter),:domaingas)
109109
return domain==inter.domaingas || domain==inter.domainliq
110+
elseif hasfield(typeof(inter),:domainfilm)
111+
return domain==inter.domainfilm || domain==inter.domain2
110112
end
111113
end
112114

0 commit comments

Comments
 (0)