Add indentation
parent
7dfc79971a
commit
f23587fafd
|
@ -107,9 +107,9 @@ public:
|
||||||
|
|
||||||
// If needed, apply chain rule
|
// If needed, apply chain rule
|
||||||
if (Dpose)
|
if (Dpose)
|
||||||
*Dpose = Dpi_pn * *Dpose;
|
*Dpose = Dpi_pn * *Dpose;
|
||||||
if (Dpoint)
|
if (Dpoint)
|
||||||
*Dpoint = Dpi_pn * *Dpoint;
|
*Dpoint = Dpi_pn * *Dpoint;
|
||||||
|
|
||||||
return pi;
|
return pi;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue