]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/include/mathdefs.h
DFCH: Manualpaint + imageUndoRedo Big changes, new class for the management of the...
[creaMaracasVisu.git] / lib / maracasVisuLib / include / mathdefs.h
index 47c9f5f8388c88673204eef30554a53ab4fc9f79..177bd74cf72670fef1dfde47dd3fc86f49bf04f9 100644 (file)
 #define GTM_MAX( a, b ) ( ( ( a ) > ( b ) )? ( a ): ( b ) )
 #define GTM_POW2( a ) ( ( a ) * ( a ) )
 
-// Useful typedefs.
+// Useful typedefs. // Useless now // JPR
+/*
 typedef unsigned char  uchar;
 typedef unsigned short ushort;
 typedef unsigned int   uint;
+*/
 
 namespace gtm
 {
-
     /** Rounds a double number.
      *
      *  @param n Number.
@@ -60,9 +61,7 @@ namespace gtm
            return( tmp );
        else
            return( ceil( n ) );
-
     }
-
 }
 
 #endif // GTMLIB__MATH__MATHDEFS__HXX