mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-10-29 22:53:02 +00:00
Rename Hypha to MediaHypha
This commit is contained in:
committed by
Timur Ismagilov
parent
154069091e
commit
a30d581bfd
@@ -20,7 +20,7 @@ func findSiblings(hyphaName string) []*sibling {
|
||||
siblingsMap = make(map[string]bool)
|
||||
siblingCheck = func(h hyphae.Hypher) hyphae.CheckResult {
|
||||
switch {
|
||||
case h.CanonicalName() == hyphaName, // Hypha is no sibling of itself
|
||||
case h.CanonicalName() == hyphaName, // MediaHypha is no sibling of itself
|
||||
h.CanonicalName() == parentHyphaName: // Parent hypha is no sibling of its child
|
||||
return hyphae.CheckContinue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user