Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

testPetscInt.C

Go to the documentation of this file.
00001 
00002 #include <mpi.h>
00003 #include "petsc.h"
00004 #include <iostream>
00005 
00006 int main(int argc, char** argv) {
00007   PetscInitialize(&argc, &argv, NULL, NULL);
00008   std::cout << " sizeof(PetscInt) = " << (sizeof(PetscInt)) << std::endl;
00009   PetscFinalize();
00010 }
00011 

Generated on Tue Mar 24 16:14:07 2009 for DENDRO by  doxygen 1.3.9.1