Thanks for the report. Just committed your fix in CVS.<br><br><div class="gmail_quote">On Tue, Nov 3, 2009 at 5:20 AM, Stephan Schmitt <span dir="ltr">&lt;<a href="mailto:drmabuse@cs.tu-berlin.de">drmabuse@cs.tu-berlin.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<br>
the base class of TransferFunctionBase is declared as follows:<br>
<br>
00029 template&lt;class ScalarType&gt;<br>
00030 class TransferFunctionBase : public FunctionBase&lt;ScalarType, ScalarType&gt;<br>
<br>
the following typedef causes an compile error if ScalarType is not double:<br>
<br>
00036   typedef FunctionBase&lt;ScalarType, double&gt; Superclass;<br>
<br>
imo, it should be:<br>
<br>
00036   typedef FunctionBase&lt;ScalarType, ScalarType&gt; Superclass;<br>
<br>
Greetings,<br>
        Stephan<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br><br>