#ifndef morpheo_max #define morpheo_max /* * $Id$ * * with a stephane dubuisson initial idea * * [ Description ] * */ #include namespace morpheo { template inline T max (const T * x, uint32_t size1) { T res = 0; for (uint32_t i=0; i