[BACK]Return to wmain.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / hgm / mh / src

Diff for /OpenXM/src/hgm/mh/src/wmain.c between version 1.33 and 1.34

version 1.33, 2016/03/01 07:13:30 version 1.34, 2016/03/02 00:27:02
Line 1 
Line 1 
 /*  /*
   $OpenXM: OpenXM/src/hgm/mh/src/wmain.c,v 1.32 2016/02/16 02:17:00 takayama Exp $    $OpenXM: OpenXM/src/hgm/mh/src/wmain.c,v 1.33 2016/03/01 07:13:30 takayama Exp $
   License: LGPL    License: LGPL
 */  */
 #include <stdio.h>  #include <stdio.h>
Line 596  static int setParam(char *fname) {
Line 596  static int setParam(char *fname) {
         oxprintfe("MH_M and p_pFq, q_pFq are compulsory parameters.\n"); mh_exit(-1);          oxprintfe("MH_M and p_pFq, q_pFq are compulsory parameters.\n"); mh_exit(-1);
   }    }
   if (MH_Dp < 0) MH_Dp = (int) floor(1/MH_Hg);    if (MH_Dp < 0) MH_Dp = (int) floor(1/MH_Hg);
     if (MH_P95 && (MH_Dp*MH_Hg < 2.0)) {
           oxprintfe("%%%%Warning, the resolution to find 95 percent point is less than 2.0. Decrease Dp\n");
     }
   
   mh_fclose(fp); return(0);    mh_fclose(fp); return(0);
 }  }

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>