| Line 17... |
Line 17... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "petscmat.h"
|
#include <private/vecimpl.h> /*I "petsvec.h" I*/
|
#include "private/vecimpl.h" /*I "vec.h" I*/
|
|
|
|
#ifdef __WITH_MPI__
|
#ifdef __WITH_MPI__
|
#define __SUF__(A) A##_MPI
|
#define __SUF__(A) A##_MPI
|
#else
|
#else
|
#define __SUF__(A) A##_Seq
|
#define __SUF__(A) A##_Seq
|