Skip to content
Snippets Groups Projects
Commit 77d87799 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

fix BytesPerElement for the CatmaidVolatileArrayLoaders

parent 795d67ad
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ public class CatmaidVolatileIntArrayLoader implements CacheArrayLoader< Volatile
@Override
public int getBytesPerElement()
{
return 1;
return 4;
}
@Override
......
......@@ -31,7 +31,7 @@ public class CatmaidVolatileShortArrayLoader implements CacheArrayLoader< Volati
@Override
public int getBytesPerElement()
{
return 1;
return 2;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment