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

rename doboson3 to doboson

parent e29d3a78
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class lambin:
xLoss,loss_array = self.calcSurfaceLoss(x)
wmin = min(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))
if normalized:
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.
Finish editing this message first!
Please register or to comment