About toolbox-2.0.3 with SARAH-4.9.3 and MicrOmegas-4.3.1
Posted: 8. Dec 2016, 11:22
Hi Florian,
When I use toolbox-2.0.3 with SARAH-4.9.3 and micromegas_4.3.1 by butler, I found some compiling errors.
Because micromegas_4.3.1 use different directory name(change sources to include), so we should modify all the related files.
It's easy to solve, but I found another problem, in the file CalcOmega_with_DDetection*.cpp, if you don't add the following codes:
VZdecay=0;
VWdecay=0;
cleanDecayTable();
ForceUG=1;
The CalcOmega_with_DDetection*.cpp's result is different from CalcOmega.cpp(yes, you have added the codes in CalcOmega.cpp), at the very rarely worst case CalcOmega_with_DDetection*.cpp will give a segment fault and crash.
So, I suggest you add this codes to all CalcOmega_with_DDetection*.cpp files.
And it's better to give a micromegas_4.3.1 edition output files. like my attached files.
Best Regards!
When I use toolbox-2.0.3 with SARAH-4.9.3 and micromegas_4.3.1 by butler, I found some compiling errors.
Because micromegas_4.3.1 use different directory name(change sources to include), so we should modify all the related files.
It's easy to solve, but I found another problem, in the file CalcOmega_with_DDetection*.cpp, if you don't add the following codes:
VZdecay=0;
VWdecay=0;
cleanDecayTable();
ForceUG=1;
The CalcOmega_with_DDetection*.cpp's result is different from CalcOmega.cpp(yes, you have added the codes in CalcOmega.cpp), at the very rarely worst case CalcOmega_with_DDetection*.cpp will give a segment fault and crash.
So, I suggest you add this codes to all CalcOmega_with_DDetection*.cpp files.
And it's better to give a micromegas_4.3.1 edition output files. like my attached files.
Best Regards!