Skip to content
Snippets Groups Projects
Commit 45053a7b authored by Alperen, Abdullah's avatar Alperen, Abdullah
Browse files

minor change in the header file

parent 6d114d85
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,10 @@
enum pointer_type
{
REAL_PTR_TYPE = 0,
RVEC_PTR_TYPE = 1,
RVEC2_PTR_TYPE = 2,
INT_PTR_TYPE = 0,
REAL_PTR_TYPE = 1,
RVEC_PTR_TYPE = 2,
RVEC2_PTR_TYPE = 3,
};
......
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