Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant assignment (value enforced by previous call to xbt_assert).
[simgrid.git] / src / smpi / BUGS
index 81227ca7e4985c81d602b80ea48896406bc9350b..519af08ae266d314848d5fedf1a49337f905ff70 100644 (file)
@@ -4,5 +4,5 @@ ________________________________________________________________________________
    int main( int argc, char *argv[] )
   then the compilation smpicc fails : conflicting types for ‘smpi_simulated_main’
   since smpicc substitutes smpi_simulated_main for the user main() declaration.
-   
+
 ___________________________________________________________________________________________