コード例 #1
0
ファイル: gmx_fatal.c プロジェクト: aar2163/GROMACS
void init_debug (const int dbglevel,const char *dbgfile)
{
  no_buffers();
  debug=gmx_fio_fopen(dbgfile,"w");
  bDebug = TRUE;
  if (dbglevel >= 2)
	  gmx_debug_at = TRUE;
}
コード例 #2
0
ファイル: fatal.c プロジェクト: Chadi-akel/cere
void init_debug (char *dbgfile)
{
  no_buffers();
  debug=ffopen(dbgfile,"w");
  bDebug = TRUE;
}