Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef OPENHRP_UBLAS_COMMON_TYPES_H_INCLUDED
00011 #define OPENHRP_UBLAS_COMMON_TYPES_H_INCLUDED
00012
00013 #include <hrpUtil/EigenTypes.h>
00014 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
00015 #pragma message( "uBlasCommonTypes.h is obsolete. Please replace it with EigenTypes.h" )
00016 #else
00017 #warning uBlasCommonTypes.h is obsolete. Please replace it with EigenTypes.h
00018 #endif
00019 #endif