class Vernier::Output::FileListing::SamplesByLocation

def +(other)

def +(other)
  ret = SamplesByLocation.new
  ret.self = @self + other.self
  ret.total = @total + other.total
  ret
end