diff --git a/vcg/simplex/edge/base.h b/vcg/simplex/edge/base.h index cf891ce7..f2f831c3 100644 --- a/vcg/simplex/edge/base.h +++ b/vcg/simplex/edge/base.h @@ -62,7 +62,7 @@ created #ifndef __VCGLIB__EDGE_TYPE_BASE #define __VCGLIB__EDGE_TYPE_BASE -#pragma message("[VCGLIB Warning] this way to define the simplex edge is DEPRECATED ") +#pragma message("[VCGLIB Warning] this way to define the simplex edge is DEPRECATED and no more SUPPORTED") #pragma message("[VCGLIB Warning] use vcg/simplex/edgeplus instead ") diff --git a/vcg/simplex/vertex/base.h b/vcg/simplex/vertex/base.h index b71f0ef8..5920bf62 100644 --- a/vcg/simplex/vertex/base.h +++ b/vcg/simplex/vertex/base.h @@ -180,7 +180,7 @@ Edited Comments and GPL license #pragma message("\nYou should never directly include this file\_n") #else -#pragma message("VCGLIB Warning: this way to define the simplex vertex is DEPRECATED ") +#pragma message("VCGLIB Warning: this way to define the simplex vertex is DEPRECATED and no more SUPPORTED") #pragma message("VCGLIB Warning: use vcg/simplex/vertexplus instead ") #include