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

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

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

}
Exemple #2
0
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);

}