mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removing MESHES import
This commit is contained in:
parent
43549cf1f1
commit
580096d423
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import numpy as np
|
|||
import openmc.checkvalue as cv
|
||||
from .._xml import get_text
|
||||
from .univariate import Univariate, Uniform, PowerLaw
|
||||
from ..mesh import MeshBase, MESHES
|
||||
from ..mesh import MeshBase
|
||||
|
||||
|
||||
class UnitSphere(ABC):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue