Changeset 26112


Ignore:
Timestamp:
03/18/21 20:33:25 (4 years ago)
Author:
Mathieu Morlighem
Message:

BUG: calling the right method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/objects/Matrix.h

    r26110 r26112  
    288288                        if(type==PetscMatType){
    289289                                #ifdef _HAVE_PETSC_
    290                                 output=this->pmatrix->ToMPISerial();
     290                                output=this->pmatrix->ToSerial();
    291291                                #endif
    292292                        }
Note: See TracChangeset for help on using the changeset viewer.