# File structures/Boundaries.rb, line 12 def initialize(parentCell=nil,u=0,angleTags=[]) @parentCell = parentCell @u = u @angleTags = [angleTags].flatten end