<div dir="ltr"><div class="gmail_extra"><div>Ugh, why doesn't gmail have a compiler-precheck?</div><div class="gmail_quote"><br></div><div class="gmail_quote">On Wed, Mar 25, 2015 at 3:44 PM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>int angle = vtkMath::Round(tprop->GetOrientation() * 10. % 3600;</div></div></div></div></blockquote><div><br></div><div>Of course, that should be:</div><div><br></div><div> int angle = vtkMath::Round(tprop->GetOrientation() * 10.) % 3600;</div><div><br></div><div>Dave</div></div></div></div>