We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba169e6 commit 14db0d4Copy full SHA for 14db0d4
1 file changed
Common/DCAFitter/include/DCAFitter/DCAFitterN.h
@@ -582,7 +582,7 @@ GPUd() void DCAFitterN<N, Args...>::calcResidDerivatives()
582
dr2[2] += trDx.d2zdx2;
583
}
584
} // track over which we differentiate
585
- } // residual being differentiated
+ } // residual being differentiated
586
587
588
//__________________________________________________________________________
@@ -632,7 +632,7 @@ GPUd() void DCAFitterN<N, Args...>::calcResidDerivativesNoErr()
632
dr2ji[2] = -trDxi.d2zdx2 * NInv;
633
634
635
636
637
638
0 commit comments