Christian Holm Christensen
Christian Holm Christensen
https://github.com/AliceO2Group/AliceO2/blob/efe84cb78f0e72da74104dfb09d09edd9e7403b7/Utilities/rANS/benchmarks/bench_ransTPC.cxx#L381 `rapidjson::Writer::Flush` was introduced 15th of March, 2017, _without_ updating the version number (last version update is from 25th of August, 2016 from 1.0.2 to 1.1.0). It is therefore not...
https://github.com/AliceO2Group/AliceO2/blob/efe84cb78f0e72da74104dfb09d09edd9e7403b7/Steer/include/Steer/O2RunSim.h#L63 [`FairRootSim::fLoaderName` ](https://github.com/FairRootGroup/FairRoot/blob/fa7108b45684c729c2e88b12d7fbf4bbb5a4dc65/base/steer/FairRunSim.h#L233) is an object, not pointer to object. Call should be replaced with ``` FairGeoLoader* loader = new FairGeoLoader(fLoaderName.Data(), "Geo Loader"); ``` or perhaps ``` FairGeoLoader* loader =...
https://github.com/AliceO2Group/AliceO2/blob/efe84cb78f0e72da74104dfb09d09edd9e7403b7/Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx#L269
Hi, I've made some LaTeX templates that uses the listings.sty package for code display rather than the default fancyvrb.sty. I like this because it renders better on the final PDF...
### ImageMagick version 7.1.1-43 ### Operating system Linux ### Operating system, version and so on Debian GNU/Linux "sid" ### Description The application `convert` (and similar through `pywand`) fails when reading...