compiling error in PETScLUSolver.cpp

Issue #357 resolved
Marcelo Rosa created an issue

Hi,

I'm using Fedora 20 and I'm compiling both Petsc (dev) and Fenics (from git) from scratch.

In line 89 from PETScLUSolver.cpp there is an error (enabled because I included PaSTiX in the petsc/fenics modules I'm building).

Where I have:

    {"pastix", "PaStiX (Parallel Sparse matriX package)"}.

it should be

    {"pastix", "PaStiX (Parallel Sparse matriX package)"},

In other words: change the dot for a comma at the end of the line.

Marcelo.

Comments (1)

  1. Log in to comment