Skip to content

Commit

Permalink
import correct function name as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed Mar 20, 2024
1 parent 9896442 commit 9c2c482
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SynthDiag.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ using StaticArrays
import PhysicalConstants.CODATA2018: c_0, ε_0, m_e, e
import QuadGK: quadgk, BatchIntegrand
import GGDUtils:
interp, get_grid_subset_with_index, get_subset_boundary, subset_do, get_TPS_mats

interp, get_grid_subset, get_subset_boundary, subset_do, get_TPS_mats
default_ifo = "$(@__DIR__)/default_interferometer.json"

include("$(@__DIR__)/noise.jl")
Expand Down

0 comments on commit 9c2c482

Please sign in to comment.