From 98b69690417bfbb473891b5f39f0b2c5906f4e27 Mon Sep 17 00:00:00 2001 From: kradchen Date: Fri, 16 Jun 2023 09:47:13 +0800 Subject: [PATCH] Fix reconstructionSAFT.cpp --- .../reconstructionSAFT/reconstructionSAFT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {