void tolerance=(Tolerance t)

Source

@override
set tolerance(Tolerance t) {
  currentSimulation.tolerance = t;
  super.tolerance = t;
}