Changeset 14292


Ignore:
Timestamp:
01/25/13 16:29:23 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing new implementation of IssmComm

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/IssmComm.cpp

    r14290 r14292  
    1111#include "./IssmComm.h"
    1212#include "../include/types.h"
     13#include "../include/macros.h"
     14#include "../shared/Exceptions/exceptions.h"
    1315
    1416void IssmComm::SetComm(COMM incomm){ /*{{{*/
     
    2224
    2325        /*no comm provided, This is a matlab/python module*/
    24         parallel = true;
    25         comm     = incomm;
     26        parallel = false;
     27
     28        /*No need to initialise comm*/
    2629
    2730}/*}}}*/
  • TabularUnified issm/trunk-jpl/src/c/include/globals.h

    r13623 r14292  
    1010
    1111COMM IssmComm::comm;
     12bool IssmComm::parallel;
    1213
    1314#endif
Note: See TracChangeset for help on using the changeset viewer.