Commit 4b15cbc0 authored by Michal Marcinkowski's avatar Michal Marcinkowski
Browse files

Merge branch 'develop' of openspace.itn.liu.se:/openspace into develop

parents 284989d4 1882bdae
Showing with 1 addition and 1 deletion
+1 -1
......@@ -64,7 +64,7 @@ const uint mask_31 = 2147483647;
const uint mask_32 = 4294967295;
const uint mask_id = mask_16;
const uint shift_id = 0;
const uint mask_type = mask_24 - mask_16;
const uint mask_type = mask_24 - mask_16;
const uint shift_type = 16;
/*
const uint mask_zid_z = mask_24;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment