Skip to content

Subgroup calculation typo ? #2

@xtofel

Description

@xtofel

Could it be that there is a typo in the subgroup code ?

for i := range cube.cO { // corners not oriented -> 1
	if cube.eO[i] != 0 {
		return 1
	}
}

I think there eO should be cO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions