Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 26, 2022
1 parent deb159b commit fa21501
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/Tests/AcceleratorLattice/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
import os
import sys

import matplotlib.pyplot as plt
import numpy as np
from scipy.constants import c, e, m_e
import yt
import matplotlib.pyplot as plt

yt.funcs.mylog.setLevel(0)
sys.path.insert(1, '../../../../warpx/Regression/Checksum/')
Expand Down
1 change: 0 additions & 1 deletion Source/AcceleratorLattice/AcceleratorLattice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ AcceleratorLattice::Get_Finder_Device(WarpXParIter const& a_pti, int const a_off
LatticeElementFinder & finder = (*m_element_finder)[a_pti];
return finder.Get_Finder_Device(a_pti, a_offset, *this);
}

1 change: 0 additions & 1 deletion Source/AcceleratorLattice/LatticeElementFinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ LatticeElementFinderDevice::InitLatticeElementFinderDevice (WarpXParIter const&
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ HardEdgedQuadrupoleDevice::InitHardEdgedQuadrupoleDevice (HardEdgedQuadrupole co
d_dBdx_arr = h_quad.d_dBdx.data();

}

0 comments on commit fa21501

Please sign in to comment.