Skip to content

Commit

Permalink
removed unnecessary nr_wrapper.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Schmansky committed Aug 10, 2006
1 parent 4f277e8 commit 1e9f4fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions histo_register_block/histo_register_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
#include "matrix.h"
#include "density.h"
#include "mrisegment.h"
#include "nr_wrapper.h"

#define RGB_SIZE 500

static char vcid[] = "$Id: histo_register_block.c,v 1.2 2005/11/01 03:25:21 nicks Exp $";
static char vcid[] = "$Id: histo_register_block.c,v 1.3 2006/08/10 21:36:58 nicks Exp $";

static int powell_minimize(MRI *mri_block, MRI *mri_histo, MRI *mri_seg, DENSITY *pdf, MATRIX *mat, int cost_type) ;
static double compute_overlap(MRI *mri_src, MRI *mri_dst, MATRIX *m_total) ;
Expand Down Expand Up @@ -102,7 +101,7 @@ main(int argc, char *argv[])


/* rkt: check for and handle version tag */
nargs = handle_version_option (argc, argv, "$Id: histo_register_block.c,v 1.2 2005/11/01 03:25:21 nicks Exp $", "$Name: $");
nargs = handle_version_option (argc, argv, "$Id: histo_register_block.c,v 1.3 2006/08/10 21:36:58 nicks Exp $", "$Name: $");
if (nargs && argc - nargs == 1)
exit (0);
argc -= nargs;
Expand Down

0 comments on commit 1e9f4fd

Please sign in to comment.