Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
  • ulrich_y's avatar
    Bug-fix branch cut if specified · cacf0fa4
    ulrich_y authored
    In (60) of VW the branch cut was wrong (also in
    Mathematica). I misunderstood the meaning of
    
    if (a.back() > 0) {
        new_pending_integrals.push_back(-scale);
        result += I*Pi;
    } else {
        new_pending_integrals.push_back(scale);
        result -= I*Pi;
    }
    
    in GiNaC
    cacf0fa4