diff --git a/inference/ISAM2-inl.h b/inference/ISAM2-inl.h index 23668360c..a966343f2 100644 --- a/inference/ISAM2-inl.h +++ b/inference/ISAM2-inl.h @@ -19,7 +19,7 @@ using namespace boost::assign; #include -#if 1 // timing - note: adds some time when applied in inner loops +#if 0 // timing - note: adds some time when applied in inner loops #include // simple class for accumulating execution timing information by name class Timing {