--- branches/development/src/brains/SimInfo.cpp 2013/01/09 19:27:52 1825 +++ branches/development/src/brains/SimInfo.cpp 2013/01/09 22:02:30 1830 @@ -1003,7 +1003,7 @@ namespace OpenMD { StuntDouble* SimInfo::getIOIndexToIntegrableObject(int index) { - if (index >= IOIndexToIntegrableObject.size()) { + if (index >= int(IOIndexToIntegrableObject.size())) { sprintf(painCave.errMsg, "SimInfo::getIOIndexToIntegrableObject Error: Integrable Object\n" "\tindex exceeds number of known objects!\n");