Skip to content
Snippets Groups Projects
Commit 7419dce0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent f6fbb42a
No related branches found
No related tags found
No related merge requests found
......@@ -167,9 +167,9 @@ class linearSystemPETSc : public linearSystem<scalar> {
#else
template <class scalar>
class linearSystemPetsc : public linearSystem<scalar> {
class linearSystemPETSc : public linearSystem<scalar> {
public :
linearSystemGmm()
linearSystemPETSc()
{
Msg::Error("PETSc is not available in this version of Gmsh");
}
......
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