Skip to content

Commit 14db0d4

Browse files
committed
Please consider the following formatting changes
1 parent ba169e6 commit 14db0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/DCAFitter/include/DCAFitter/DCAFitterN.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
//__________________________________________________________________________

0 commit comments

Comments
 (0)