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)
commitde5cf41bde606e7e57c27173d88bafdc6925e69e
treef5ce078e3cae59c4437d7ae0e85eaa8f12a5c92d
parentb830103bb89748d30c84ff7a0e88ca821d2d78b7
Fix fortran f2c.
It was using hexa to store int strings, which led to issues as 1F was interpreted as 1 in the other direction.
src/smpi/mpi/smpi_f2c.cpp