#ifndef __itkImageSource_hxx
#define __itkImageSource_hxx
#include "ImageSource.h"
{
template <class TImage>
void
ImageFilter<TImage>::GenerateData()
{
double a = 2.1;
itkExceptionMacro("Here is a variable: " << a << " and then more text.");
}
}
#endif