File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Common/DCAFitter/include/DCAFitter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ GPUd() void DCAFitterN<N, Args...>::calcResidDerivatives()
582582 dr2[2 ] += trDx.d2zdx2 ;
583583 }
584584 } // track over which we differentiate
585- } // residual being differentiated
585+ } // residual being differentiated
586586}
587587
588588// __________________________________________________________________________
@@ -632,7 +632,7 @@ GPUd() void DCAFitterN<N, Args...>::calcResidDerivativesNoErr()
632632 dr2ji[2 ] = -trDxi.d2zdx2 * NInv;
633633
634634 } // track over which we differentiate
635- } // residual being differentiated
635+ } // residual being differentiated
636636}
637637
638638// __________________________________________________________________________
You can’t perform that action at this time.
0 commit comments