2xB
2xB
@PeterCxy has a fork with TexLive 2019: https://github.com/petercxy/texlive.js .
I just created a simple PR #71 that removes the use of `reprunicode` instead of pinning `docutils` to an old version. I did not get to test it with a...
Hey, thank you very much! Could you add documentation of the added objects to https://github.com/KATRIN-Experiment/Kassiopeia/blob/main/Kassiopeia/XML/Complete/Interactions.xml ? That is helpful both for users and for the review. (Related, but independent issue:...
Our Ubuntu 20.04 CI check failed with ``` /__w/Kassiopeia/Kassiopeia/Kassiopeia/Interactions/Source/KSIntCalculatorMott.cxx:10:7: error: use of undeclared identifier 'KGeoBag' using KGeoBag::KThreeVector; ^ /__w/Kassiopeia/Kassiopeia/Kassiopeia/Interactions/Source/KSIntCalculatorMott.cxx:43:5: error: unknown type name 'KThreeVector'; did you mean 'katrin::KThreeVector'? KThreeVector tPosition...
Btw. additionally to fixing the above error, I believe that it would make sense to update your branch by merging our main branch into it, that would fix the fedora_37...
@juniorpena What is the status here? I have added one question to resolve one of the two open threads here, the other I think is not that important but I...
Independent on the last nit-picky comments from my side, this looks good to merge! @richeldichel
Nice! I did the last remaining open point according to an answer Ferenc wrote back then (nmax
Hey, to add to that: From looking into the source, this error happens when `k` in `KElectrostaticAnalyticRingIntegrator::EFieldRFromChargedRing` is 1 (see https://git.savannah.gnu.org/cgit/gsl.git/tree/specfunc/ellint.c#n539 ). I'm not quite sure why this happens, but...
Thank you for trying! This is weird. Since that is something that occurred to me multiple times: Are you sure you did not just `make` (or `make -j7` or similar)...