Skip to content

Commit

Permalink
redundant call definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikhasenko committed Jun 4, 2024
1 parent 16ca615 commit 8a642d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions docs/julia/lb2pkg-lhcb-2765817.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ end
function ThreeBodyDecaysIO.dict2instance(::Type{Constant}, dict)
return Constant()
end
# type piracy, not good
(bw::HadronicLineshapes.AbstractFlexFunc)(x::AbstractDict) = bw(first(values(x)))
```

## Deserialization of Objects to a Workspace
Expand Down
3 changes: 0 additions & 3 deletions docs/julia/lc2ppik-lhcb-2683025.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ function ThreeBodyDecaysIO.dict2instance(::Type{BreitWignerWidthExpLikeBugg}, di
@unpack mass, width, slope = dict
return BreitWignerWidthExpLikeBugg(mass, width, slope)
end
# type piracy, not good
(bw::HadronicLineshapes.AbstractFlexFunc)(x::AbstractDict) = bw(first(values(x)))
```

## Deserialization of Objects to a Workspace
Expand Down
3 changes: 0 additions & 3 deletions docs/julia/x2pipipi-compass-1391643.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ function ThreeBodyDecaysIO.dict2instance(::Type{KatchaevSigma}, dict)
@unpack poles, residues, nonpole_expansion_coeffs = dict
return KatchaevSigma(poles, residues, nonpole_expansion_coeffs)
end
# type piracy, not good
(bw::HadronicLineshapes.AbstractFlexFunc)(x::AbstractDict) = bw(first(values(x)))
```

## Deserialization of Objects to a Workspace
Expand Down

0 comments on commit 8a642d5

Please sign in to comment.