From 841d76f090b6d660c7417fc2886c44d633545016 Mon Sep 17 00:00:00 2001 From: David Sagan Date: Mon, 29 Jan 2024 20:04:40 -0500 Subject: [PATCH] small change. --- src/AcceleratorLattice.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AcceleratorLattice.jl b/src/AcceleratorLattice.jl index fdb0be6..5d52e62 100644 --- a/src/AcceleratorLattice.jl +++ b/src/AcceleratorLattice.jl @@ -1,5 +1,4 @@ module AcceleratorLattice - include("core.jl") include("quaternion.jl") include("AtomicAndPhysicalConstants.jl") @@ -39,5 +38,4 @@ module AcceleratorLattice export info, ctrl, var, create_external_ele, ele_param_info, units, ele_param_group_syms export show_group, switch_list_dict, lat_sanity_check, NULL_ELE, NULL_BRANCH, is_null export struct_sym_to_user_sym, multipole!, index, integer - end