Skip to content
  • Felix Riemann's avatar
    Rework how EogJobs are executed · df887eac
    Felix Riemann authored
    Instead of having EogJobQueue detect the specific job type in a big
    if-cascade, execution is now implemented in the EogJob base class as an
    abstract function. Special casing the execution is thus not necessary
    anymore.
    df887eac