Skip to content
Snippets Groups Projects
Commit 86c615dd authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

change func

parent 98a0d3a8
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ class linearSystemPETSc : public linearSystem<scalar> {
//std::vector<int> getColumnsIndices();
#ifndef SWIG
linearSystemPETSc(MPI_Comm com);
MPI_Comm& getComm() {return _comm;}
MPI_Comm getComm() const {return _comm;}
#endif
linearSystemPETSc();
};
......
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