Skip to content
Snippets Groups Projects
Commit f05e7f24 authored by gordner's avatar gordner
Browse files

unsigned SHORT -> unsigned short (SHORT changed from macro to typedef)

[[Imported from SVN: r8165]]
parent a61e4a37
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ typedef struct cluster {
SHORT destination; /* where cluster is mapped to */
SHORT minlevel; /* where cluster starts */
SHORT depth; /* maxlevel = minlevel + depth */
unsigned SHORT level_size[MAXDEPTH]; /* weight on each level (from minl.)*/
unsigned short level_size[MAXDEPTH]; /* weight on each level (from minl.)*/
COORD sx,sy; /* center of mass */
#ifdef __THREEDIM__
COORD sz; /* center of mass */
......
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