From fe8ef6a4fcd0a3ad8ade4f9f5cc5ced5c67aab1a Mon Sep 17 00:00:00 2001 From: Saad Jbabdi <saad@fmrib.ox.ac.uk> Date: Tue, 19 Sep 2006 14:46:17 +0000 Subject: [PATCH] *** empty log message *** --- reorder_dyadic_vectors.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reorder_dyadic_vectors.cc b/reorder_dyadic_vectors.cc index ce5675b..c9f1ed4 100644 --- a/reorder_dyadic_vectors.cc +++ b/reorder_dyadic_vectors.cc @@ -99,7 +99,7 @@ class FM{ tmap.reinitialize(nx,ny,nz); P=MISCMATHS::perms(dyads.size()); - OUT(P); + // OUT(P); neighbours.ReSize(3,26); neighbours << 1 << 0 << 0 << -1 << 0 << 0 << 1 << 1 <<-1 <<-1 << 1 <<-1 << 1 <<-1 << 0 << 0 << 0 << 0 << 1 <<-1 << 1 << 1 <<-1 <<-1 << 1 <<-1 @@ -120,7 +120,7 @@ class FM{ cout<<"initialise"<<endl; /* look for bigger f1+f2 point as a seed */ float maxf=0,curf; - OUT(nx);OUT(ny);OUT(nz); + //OUT(nx);OUT(ny);OUT(nz); for(int z=0;z<nz;z++) for(int y=0;y<ny;y++) for(int x=0;x<nx;x++){ @@ -142,10 +142,10 @@ class FM{ /* create heap sort structure */ Heap h(nx,ny,nz); - cout<<"nbvalue1"<<endl; + //cout<<"nbvalue1"<<endl; /* and all points of the ROIs as Alive Points */ updateNBvalue(i0,j0,k0,h); - h.print(); + //h.print(); //return; /*--------------------------------------------------------*/ -- GitLab