Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 10, 2024
1 parent cfe308f commit 2b25c68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_with_MFEM_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
# USE_FLAGS : cuda, parallel, libceed
env:
- { USE_FLAGS: "000"}
# - { USE_FLAGS: "100"}
# - { USE_FLAGS: "010"}
# - { USE_FLAGS: "110"}
- { USE_FLAGS: "100"}
- { USE_FLAGS: "010"}
- { USE_FLAGS: "110"}

include:
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion mfem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def debug_print(message):

print(message)

__version__ = '4.6.0.0rc3'
__version__ = '4.6.0.0rc4'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
gslibs_prefix = ''
gslibp_prefix = ''
gslib_only = False
mfemf_debug=False
mfem_debug=False

enable_suitesparse = False
suitesparse_prefix = "/usr/"
Expand Down

0 comments on commit 2b25c68

Please sign in to comment.