Skip to content
Snippets Groups Projects
Commit 3d98fd9b authored by wenqing's avatar wenqing
Browse files

[Mesh] Replaced one include of petscksp.h to petsc.h.

parent 673fff8e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
*/
#ifdef USE_PETSC
#include <petscksp.h>
#include <petsc.h>
#endif
// ThirdParty/logog
......@@ -33,7 +33,7 @@
#include "Legacy/MeshIO.h"
#include "FileIO/VtkIO/VtuInterface.h"
#include "readMeshFromFile.h"
//
// FileIO : for reading partitioned mesh.
#ifdef USE_PETSC
#include "MPI_IO/NodePartitionedMeshReader.h"
#include "MeshLib/NodePartitionedMesh.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment