9.4 OEOverlapMethod

namespace OEOverlapMethod
{
  const unsigned int Grid      = 1;
  const unsigned int Analytic  = 2;
  const unsigned int Analytic2 = 3;
  const unsigned int Exact     = 4;
  const unsigned int Max       = 5;
}