1
0
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:
Timur Ismagilov
2022-02-04 16:00:38 +05:00
committed by Timur Ismagilov
parent 154069091e
commit a30d581bfd
17 changed files with 54 additions and 54 deletions

View File

@@ -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
}