Skip to content
Snippets Groups Projects
Commit dc48aca9 authored by kamischi's avatar kamischi
Browse files

rename doboson3 to doboson

parent e29d3a78
Branches
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ class lambin: ...@@ -169,7 +169,7 @@ class lambin:
xLoss,loss_array = self.calcSurfaceLoss(x) xLoss,loss_array = self.calcSurfaceLoss(x)
wmin = min(xLoss) wmin = min(xLoss)
wmax = max(xLoss) wmax = max(xLoss)
xOut,spectrum,n = LambinBoson.doboson3(self.temperature,self.width,self.gauss,self.asym, xOut,spectrum,n = LambinBoson.doboson(self.temperature,self.width,self.gauss,self.asym,
emin,emax,wmin,wmax,loss_array,self.debug,len(loss_array)) emin,emax,wmin,wmax,loss_array,self.debug,len(loss_array))
if normalized: if normalized:
norm = max(spectrum[:n]) norm = max(spectrum[:n])
......
subroutine doboson3(t,width,gauss,asym,emin,emax,wmin,wmax,np,p,debug,xout,yout,nout) subroutine doboson(t,width,gauss,asym,emin,emax,wmin,wmax,np,p,debug,xout,yout,nout)
! ******************************************************************* ! *******************************************************************
! * * ! * *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment