Skip to content

Commit

Permalink
update mesh unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Sep 4, 2024
1 parent 0262689 commit d665d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
INF,
)

from mcdc.mesh.structured import (
from mcdc.src.mesh.structured import (
get_indices,
get_crossing_distance,
_grid_index,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
INF,
)

from mcdc.mesh.uniform import (
from mcdc.src.mesh.uniform import (
get_indices,
get_crossing_distance,
_grid_index,
Expand Down

0 comments on commit d665d96

Please sign in to comment.