# File app/models/certif_format_line.rb, line 44
  def human_x_pos=(new)
    self.x_pos = human_to_points(new)
  end