--- trunk/src/applications/staticProps/StaticProps.cpp 2005/02/10 22:37:21 311 +++ trunk/src/applications/staticProps/StaticProps.cpp 2005/02/14 18:51:48 336 @@ -118,7 +118,7 @@ int main(int argc, char* argv[]){ maxLen = args_info.length_arg; } else { Mat3x3d hmat = info->getSnapshotManager()->getCurrentSnapshot()->getHmat(); - maxLen = std::min(std::min(hmat(0, 0), hmat(1, 1)), hmat(2, 2)) /2 ; + maxLen = std::min(std::min(hmat(0, 0), hmat(1, 1)), hmat(2, 2)) /2.0; }