Update of /cvsroot/opal/opal/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19716/src
Modified Files:
Defines.h
Log Message:
Fixed some warnings.
Index: Defines.h
===================================================================
RCS file: /cvsroot/opal/opal/src/Defines.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** Defines.h 1 Dec 2005 02:04:54 -0000 1.79
--- Defines.h 7 Dec 2005 00:44:49 -0000 1.80
***************
*** 243,247 ****
/// The highest value that can be used for the Simulator's
/// max contacts parameter.
! const unsigned int maxMaxContacts=(int)128;
// Pre-defined material settings
--- 243,247 ----
/// The highest value that can be used for the Simulator's
/// max contacts parameter.
! const unsigned int maxMaxContacts = 128;
// Pre-defined material settings
|