Ejemplo n.º 1
0
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;
}
Ejemplo n.º 2
0
void init_debug (char *dbgfile)
{
  no_buffers();
  debug=ffopen(dbgfile,"w");
  bDebug = TRUE;
}