Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jun 1, 2015
1 parent 6d6cb4a commit 59b0292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/rtkLookupTableImageFilter.h
Expand Up @@ -94,6 +94,7 @@ ::operator()( const TInput & val ) const {
}

template<>
inline
float
LUT<float, float>
::operator()( const float & val ) const {
Expand All @@ -103,6 +104,7 @@ ::operator()( const float & val ) const {
}

template<>
inline
double
LUT<double, double>
::operator()( const double & val ) const {
Expand Down

0 comments on commit 59b0292

Please sign in to comment.