Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class Type>
MPI_Datatype Impala::Core::Array::Pattern::PxArithType ( Type  v  )  [inline]

Definition at line 32 of file PxArithTypes.h.

00033 {
00034     /*** This template function should never be compiled.  If this ***/
00035     /*** still happens the compiler will halt as the function-call ***/
00036     /*** in the body of this template is undeclared.  This implies ***/
00037     /*** that a template specialization for at least 1 pre-defined ***/
00038     /*** Horus ArithType is unavailable and should be added in the ***/
00039     /*** list of template specializations below.                   ***/
00040 
00041     if_compiler_gets_here_a_template_specialization_is_missing_below();
00042     return MPI_BYTE;
00043 }


Generated on Fri Mar 19 11:02:31 2010 for ImpalaSrc by  doxygen 1.5.1