[cig-commits] commit: Change uint to unsigned int

Mercurial hg at geodynamics.org
Sat Oct 22 19:11:09 PDT 2011


changeset:   629:bc4721d76cea
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Sat Oct 22 19:09:32 2011 -0700
files:       Utils/tests/DofLayoutSuite.cxx
description:
Change uint to unsigned int


diff -r 217e3f32b7aa -r bc4721d76cea Utils/tests/DofLayoutSuite.cxx
--- a/Utils/tests/DofLayoutSuite.cxx	Sun Oct 16 05:16:40 2011 -0700
+++ b/Utils/tests/DofLayoutSuite.cxx	Sat Oct 22 19:09:32 2011 -0700
@@ -76,7 +76,7 @@ void DofLayoutSuite_TestBasic( DofLayout
 		Index						ii, dof_I, var_I;
 		Index						arraySize = 27;
 		double*					varArrays[6];
-		uint					counts[27];
+		unsigned int				counts[27];
 
 		Stream_RedirectFile( stream, "testBasic.dat" );
 



More information about the CIG-COMMITS mailing list