Skip to content
  • Iulian Grindeanu's avatar
    replace free() calls from fortran with iMesh_freeMemory() calls · df79abdb
    Iulian Grindeanu authored
    they will call underneath free() from c;
    It seems that ibm fortran (xlf) does not like the mix between malloc in c and
    free in fortran
    function is added as an iMesh extension, and it should be used from fortran imesh
    In iMesh C or C++ it is still fine  to just call free() directly.
    df79abdb