<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>How is it possible???<br><br>&nbsp;&nbsp;double *bds = reader->GetOutput()->GetBounds();<br>&nbsp;&nbsp;printf("%lf %lf %lf %lf\n", bds[0], bds[1], bds[2], bds[3]);<br><br>-> 0.000000 69.000000 0.000000 69.000000<br><br>&nbsp;&nbsp;printf("point1[0]=%f point1[1]=%f point1[2]=%f\n", point1[0], point1[1], point1[2]);<br><br>-> point1[0]=58.196274 point1[1]=68.862898 point1[2]=0.000000<br><br>&nbsp;&nbsp;if (integrator->ComputeNextStep(point1, point2, 0, delT.Interval, stepTaken, minStep, maxStep, this->MaximumError, error) != 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;break;<br>&nbsp;&nbsp;printf("point2[0]=%f point2[1]=%f point2[2]=%f\n", point2[0], point2[1], point2[2]);<br><br>-> point2[0]=59.002164 point2[1]=69.454414 point2[2]=0.000000<br><br>PS: This message should probably be sent to the VTK mailing list but it seems that it is no longer so active...<br><br><br /><hr />Découvrez toutes les possibilités de communication <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>avec vos proches</a></body>
</html>