Changeset 20151


Ignore:
Timestamp:
02/12/16 17:06:31 (9 years ago)
Author:
Eric.Larour
Message:

CHG: fixed typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp

    r20150 r20151  
    498498int rc=0;
    499499#ifdef _HAVE_MPI_
    500 # ifdef _HAVE_AMPI_
    501 rc MPI_Comm_split(comm, color, key, newcomm);
    502 # else
    503 rc MPI_Comm_split(comm, color, key, newcomm);
    504 # endif
     500#ifdef _HAVE_AMPI_
     501rc=MPI_Comm_split(comm, color, key, newcomm);
     502#else
     503rc=MPI_Comm_split(comm, color, key, newcomm);
     504#endif
    505505#else
    506506// nothing to be done here
Note: See TracChangeset for help on using the changeset viewer.