예제 #1
0
void recon1D(struct data *d)
{

  /* Check recon flag for non-standard recons ... */

  /* Otherwise perform standard 1D recon */
  default1D(d);

}
예제 #2
0
파일: recon1D.c 프로젝트: tesch1/Xrecon
void recon1D(struct data *d)
{

#ifdef DEBUG
  char function[20];
  strcpy(function,"recon1D"); /* Set function name */
#endif

  /* Check recon flag for non-standard recons ... */

  /* Otherwise perform standard 1D recon */
  default1D(d);

}