Commit 912fa215 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Commented out code which was throwing compiler warnings for...

PROG:  Commented out code which was throwing compiler warnings for hayabusa::amicacal.  References #3880.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6896 41f8697f-d340-4b68-9986-7bafba869bb8
parent c39a8b72
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -312,7 +312,8 @@ static double f_focused(double alpha,int binning,double x,double y) {
 *
 */

static double f_diffuse(double *A,double *sigma,int N,double r){
/*
 * static double f_diffuse(double *A,double *sigma,int N,double r){

  double sum = 0;

@@ -325,7 +326,7 @@ static double f_diffuse(double *A,double *sigma,int N,double r){


}

*/


static double f_unfocused(double * A,double * sigma, int N,int binning,double x,double y)  {
@@ -352,7 +353,7 @@ static double f_unfocused(double * A,double * sigma, int N,int binning,double x,
}



/*

static double psf(double *A, double *sigma, int N,double alpha,double Ixy,int binning,double x, double y) {

@@ -374,7 +375,7 @@ static double psf(double *A, double *sigma, int N,double alpha,double Ixy,int bi
}



*/



+2 −2
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ static double g_L1(0);
static int nsubImages(0);      // Number of sub images
static int binning(1);
static bool g_nullPolarizedPixels = true;
static bool g_applyPSFCorrection = true;
//static bool g_applyPSFCorrection = true;
static bool g_iofCorrection = true;

//  I/F variables
@@ -357,7 +357,7 @@ CubeAttributeInput att1;
    QString psfVals = "psf"+kernel_sz+".cub";
    //Cube *diffusionCube = new Cube(psfVals,"rw");
    //QScopedPointer<Cube,TemporaryCubeDeleter> dCube (diffusionCube );
    Cube *diffusionCube = p1.SetOutputCube(psfVals,att2,ns,nl);
    p1.SetOutputCube(psfVals,att2,ns,nl);

    //p1.SetOutputCube(psfVals,att2,ns,nl,nb);