Skip to content

Commit

Permalink
Fix for last checkin.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Oct 6, 2023
1 parent 68e3c2e commit cfa9ce4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
*~
PGPLOT/*
fftw/*
fftw/*
fgsl/*
gsl/*
hdf5/*
lapack/*
lapack95/*
open_spacecharge/*
openmpi/*
plplot/*
xraylib/*
gnu_utilities_src/*
packages/*
PGPLOT
fftw
fftw
fgsl
gsl
hdf5
lapack
lapack95
open_spacecharge
openmpi
plplot
xraylib
gnu_utilities_src
packages

# Jupyter notebooks
.ipynb_checkpoints
Expand Down
2 changes: 1 addition & 1 deletion tao/code/tao_lattice_calc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ subroutine tao_lattice_calc (calc_ok, print_err)
tao_branch => tao_lat%tao_branch(ib)
tao_branch%spin_map_valid = .false.
tao_branch%spin%valid = .false.
tao_branch%spin_ele(:)%valid = .false.
if (allocated(tao_branch%spin_ele)) tao_branch%spin_ele(:)%valid = .false.

u%model%tao_branch(:)%plot_cache_valid = .false.
u%design%tao_branch(:)%plot_cache_valid = .false.
Expand Down

0 comments on commit cfa9ce4

Please sign in to comment.