Skip to content

Commit

Permalink
very tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 18, 2024
1 parent 3f240a9 commit 27d9721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/supermeshing.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def likely(cell_A):
"complex_mode": 1 if complex_mode else 0
}

libsupermesh_dir = pathlib.Path(libsupermesh.get_include().parent).absolute()
libsupermesh_dir = pathlib.Path(libsupermesh.get_include()).parent.absolute()
dirs = get_petsc_dir() + (libsupermesh_dir,)
includes = ["-I%s/include" % d for d in dirs]
libs = ["-L%s/lib" % d for d in dirs]
Expand Down

0 comments on commit 27d9721

Please sign in to comment.