Skip to content

Commit a7fedd0

Browse files
committed
misc: Test get_petscvariables
1 parent 5bb4515 commit a7fedd0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

devito/petsc/internals.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import ctypes
33
from pathlib import Path
44

5+
from petsctools import get_petscvariables
6+
57
from devito.tools import memoized_func
68

79

@@ -67,7 +69,8 @@ def get_petsc_variables():
6769
return petsc_variables
6870

6971

70-
petsc_variables = get_petsc_variables()
72+
# petsc_variables = get_petsc_variables()
73+
petsc_variables = get_petscvariables()
7174
# TODO: Use petsctools get_petscvariables() instead?
7275

7376

0 commit comments

Comments
 (0)