diff --git a/src/reflectionReconstruction/reconstructionSAFT/reconstructionSAFT.cpp b/src/reflectionReconstruction/reconstructionSAFT/reconstructionSAFT.cpp index f2d7b42..a98478a 100644 --- a/src/reflectionReconstruction/reconstructionSAFT/reconstructionSAFT.cpp +++ b/src/reflectionReconstruction/reconstructionSAFT/reconstructionSAFT.cpp @@ -212,7 +212,7 @@ namespace Recon { params.push_back(medianWindowSize); } - int other[2]={reflectParams::debugMode, reflectParams::attenuationCorrectionLimit} ; + float other[2]={(float)reflectParams::debugMode, (float)reflectParams::attenuationCorrectionLimit} ; Matrix_t otherP{other,2,{1,2,1},2}; params.push_back(otherP); if (reflectParams::useAscanIndex == 0) {