Changeset 15782


Ignore:
Timestamp:
08/09/13 16:12:30 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: MPI_COMM undefined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/main/kriging.cpp

    r15689 r15782  
    2222        char *rootpath       = NULL;
    2323
    24         MPI_Comm comm;
    25 
    2624        /*Input*/
    2725        int         ninterp,nobs;
     
    4139
    4240        /*Initialize environment (MPI, PETSC, MUMPS, etc ...)*/
    43         comm=EnvironmentInit(argc,argv);
     41        COMM comm=EnvironmentInit(argc,argv);
    4442        IssmComm::SetComm(comm);
    4543
Note: See TracChangeset for help on using the changeset viewer.