Changeset 12955


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

CHG: enable tao for PETSc 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/controltao_core.cpp

    r12910 r12955  
    1313#include "../solvers/solvers.h"
    1414
    15 #if defined (_HAVE_TAO_) && defined (_HAVE_PETSC_) && (_PETSC_MAJOR_ == 3 && _PETSC_MINOR_ == 2)
     15#if defined (_HAVE_TAO_) && defined (_HAVE_PETSC_) && (_PETSC_MAJOR_ == 3 && _PETSC_MINOR_ > 1)
    1616#include <tao.h>
    1717
Note: See TracChangeset for help on using the changeset viewer.