Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix fortran f2c.
authordegomme <adegomme@users.noreply.github.com>
Mon, 8 Apr 2019 09:42:08 +0000 (11:42 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Mon, 8 Apr 2019 09:55:32 +0000 (11:55 +0200)
It was using hexa to store int strings, which led to issues as 1F was interpreted as 1 in the other direction.


No differences found