Skip to content

Commit

Permalink
BUILD: Updated Meson build files
Browse files Browse the repository at this point in the history
  • Loading branch information
pastewka committed Jan 15, 2024
1 parent feafa35 commit c1955b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions matscipy/cli/fracture_mechanics/quasistatic_crack.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@
import ase.io
import ase.constraints
import ase.optimize
from ase.optimize.precon import PreconLBFGS

from matscipy import parameter
from matscipy.logger import screen

from setup_crack import setup_crack
from ase.optimize.precon import PreconLBFGS
from .setup_crack import setup_crack

###

def main():
# Atom types used for outputting the crack tip position.
Expand Down
1 change: 1 addition & 0 deletions matscipy/cli/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ python.install_sources(
subdir('calculators')
subdir('diffusion')
subdir('electrochemistry')
subdir('fracture_mechanics')
subdir('glasses')
2 changes: 0 additions & 2 deletions matscipy/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ subdir('cli')
subdir('electrochemistry')
subdir('fracture_mechanics')
subdir('io')
subdir('tool')

0 comments on commit c1955b2

Please sign in to comment.