diff --git a/LAMPDataProcessEXE/proj.db b/LAMPDataProcessEXE/proj.db new file mode 100644 index 0000000..05c2119 Binary files /dev/null and b/LAMPDataProcessEXE/proj.db differ diff --git a/Toolbox/SimulationSARTool/PowerSimulationIncoherent/LookTableComputerClass.cpp b/Toolbox/SimulationSARTool/PowerSimulationIncoherent/LookTableComputerClass.cpp index 5a3a785..817184b 100644 --- a/Toolbox/SimulationSARTool/PowerSimulationIncoherent/LookTableComputerClass.cpp +++ b/Toolbox/SimulationSARTool/PowerSimulationIncoherent/LookTableComputerClass.cpp @@ -257,7 +257,7 @@ namespace LookTableSimualtionMainProcessSpace { std::shared_ptr device_demZ((double*)mallocCUDADevice(sizeof(double) * GPUMemoryline * demimg.width), FreeCUDADevice); // - std::shared_ptr datashowptr(new ImageShowDialogClass); + //std::shared_ptr datashowptr(new ImageShowDialogClass); // 处理复制结果 @@ -322,8 +322,8 @@ namespace LookTableSimualtionMainProcessSpace { outLookTable.saveImage(host_Rid, rid, 0, rowcount, colcount,1); outLookTable.saveImage(host_Cid, rid, 0, rowcount, colcount,2); - datashowptr->load_double_data(host_Rid.get(), rowcount, colcount, QString("host_Rid")); - datashowptr->exec(); + //datashowptr->load_double_data(host_Rid.get(), rowcount, colcount, QString("host_Rid")); + //datashowptr->exec(); qDebug() << "GPU computer result write finished: " << rid << "~" << rowcount + rid << "\t:" << demimg.height; }