source: issm/oecreview/Archive/23390-24306/ISSM-23923-23924.diff

Last change on this file was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 661 bytes
  • ../trunk-jpl/src/c/solutionsequences/solutionsequence_schurcg.cpp

     
    731731                Reduceloadx(pf, Kfs, ys); delete Kfs;
    732732
    733733                /*Create pressure matrix of choice*/
     734                #if _PETSC_MINOR_<7
     735                PetscOptionsGetInt(PETSC_NULL,"-schur_pc",&precond,NULL);
     736                #else
    734737                PetscOptionsGetInt(NULL,PETSC_NULL,"-schur_pc",&precond,NULL);
     738                #endif
    735739       
    736740                StressbalanceAnalysis* analysis = new StressbalanceAnalysis(); 
    737741       
Note: See TracBrowser for help on using the repository browser.