Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / statutil.cpp
index efbba7284e8177268c955c8b6a6e3a6a3c7f1f59..52e22190ffb764323f9bcea247705746c276b0e8 100644 (file)
@@ -174,7 +174,7 @@ int check_times(real t)
 static void set_default_time_unit(const char *time_list[], gmx_bool bCanTime)
 {
     int i=0;
-    const char *select;
+    const char *select = NULL;
 
     if (bCanTime)
     {