Skip to content
Snippets Groups Projects
Commit 7319e28d authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Remove unused `CAST_*` macros

parent 5891a5c2
No related branches found
No related tags found
1 merge request!56Remove more unused code
......@@ -1632,15 +1632,6 @@ INT VMATCH (VECTOR *v, BV_DESC *bvd, BV_DESC_FORMAT *bvdf);
Returns true if the VECTOR belongs to the BLOCKVECTOR given in the
blockvector description (BV_DESC).
\verbatim
CAST_NVECTOR (VECTOR *p);
CAST_EDVECTOR (VECTOR *p);
CAST_SVECTOR (VECTOR *p,INT i);
CAST_EVECTOR (VECTOR *p);
\endverbatim
????
CONTROL WORDS:
`General macros in control word`
......
......@@ -2232,13 +2232,6 @@ enum LV_ID_TYPES {
#define VMATCH(v,bvd,bvdf) BVD_IS_SUB_BLOCK( &(v)->block_descr, bvd, bvdf )
#endif
/* user for nodes, edges and elements */
#define CAST_NVECTOR(p) NVECTOR(p)
#define CAST_EDVECTOR(p) EDVECTOR(p)
#define CAST_SVECTOR(p,i) SVECTOR(p,i)
#define CAST_EVECTOR(p) EVECTOR(p)
/****************************************************************************/
/* */
/* macros for MATRIXs */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment