Float or Int Blocks/
Posted: 3. May 2018, 16:15
Hi!
I have noted that
accepts 1.0 or 0.0 as switches values, whereas needs them to be integers otherwise
I am writing a parser to handle the SLHA files as Python dictionaries. For now I have added a specific rule to parse&write MODSEL (the only block I found that needs integers). So I was wondering if there is any way to make SPheno work with float values in the Block MODEL or I'd risk some bad behaviour of the code (the .f90 for Subroutine Read_MODSEL seems quite similar to the other Read_* but somehow the work differently).
Thanks a lot for reading. Cheers,
Roberto
I have noted that
Code: Select all
Block SPhenoInputCode: Select all
Block MODSELCode: Select all
At line 464 of file InputOutput_MSSM.f90 (unit = 99, file = 'input.slha')
Fortran runtime error: Bad integer for item 2 in list inputThanks a lot for reading. Cheers,
Roberto