Author: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Last-Update: Mon, 27 Feb 2017 12:55:30 +0100
Description: Fix use of unsigned char declarations

--- a/CommonPara.h
+++ b/CommonPara.h
@@ -44,7 +44,7 @@ static unsigned char mycolor[19][4]={128
 128,255,128,220,   128,128,255,220,   255,0,128,220,   
 128,128, 0,220,    128,255,0,220,     128,0,128,220,
 	};
-static char nb[26][3]={1,0,0, -1,0,0, 0,1,0, 0,-1,0, 0,0,1, 0,0,-1, 
+static int nb[26][3]={1,0,0, -1,0,0, 0,1,0, 0,-1,0, 0,0,1, 0,0,-1, 
 1,1,0, 1,-1,0, -1,1,0, -1,-1,0, 1,0,1, 1,0,-1, -1,0,1, -1,0,-1, 0,1,1, 0,1,-1, 0,-1,1, 0,-1,-1,
 1,1,1, 1,1,-1, 1,-1,1, -1,1,1, 1,-1,-1, -1,-1,1, -1,1,-1, -1,-1,-1};
 static double asarea2[]= {
--- a/ProteinSurface.h
+++ b/ProteinSurface.h
@@ -22,7 +22,7 @@ static const char vcmcoffset[8][3] =
 	{0, 0, 0},{1, 0, 0},{0, 1, 0},{1, 1, 0},
 	{0,0, 1},{1, 0, 1},{0, 1, 1},{1, 1, 1}
 };
-static const char vcmctable[256][10]=
+static const int vcmctable[256][10]=
 {
 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,//0 0 0 0 0 0 0 0 0   0 oka
 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,//1 0 0 0 0 0 0 0 1   1 okb
@@ -312,7 +312,7 @@ static const int aiCubeEdgeFlags[256]=
     0xe90, 0xf99, 0xc93, 0xd9a, 0xa96, 0xb9f, 0x895, 0x99c, 0x69c, 0x795, 0x49f, 0x596, 0x29a, 0x393, 0x099, 0x190, 
     0xf00, 0xe09, 0xd03, 0xc0a, 0xb06, 0xa0f, 0x905, 0x80c, 0x70c, 0x605, 0x50f, 0x406, 0x30a, 0x203, 0x109, 0x000
 };
-static const char a2iTriangleConnectionTable[256][16] =  
+static const int a2iTriangleConnectionTable[256][16] =  
 {
         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},
         {0, 8, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},
