mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Removing old MOAB version variable.
This commit is contained in:
parent
b16deb5d14
commit
62a29c9563
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ import os
|
|||
import shutil
|
||||
import subprocess
|
||||
|
||||
MOAB_VERSION= '5.0'
|
||||
|
||||
def which(program):
|
||||
def is_exe(fpath):
|
||||
return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue