X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2helix.cpp;h=5ead089814673a9678415ae5f1ca5648411925a2;hp=93a8390f56bc86614e5170d01626280f74f29ffa;hb=747a2ec9e0f3c49723b36da0cc77270fbecc9dfe;hpb=728543fba0d875b2977ea2b6562df1ee4a6af8f7 diff --git a/tools/phm2helix.cpp b/tools/phm2helix.cpp index 93a8390..5ead089 100644 --- a/tools/phm2helix.cpp +++ b/tools/phm2helix.cpp @@ -281,7 +281,7 @@ phm2helix_main (int argc, char* const argv[]) if (stat != 0 ) std::cerr << "Error executing external phantom program " << opt_PhmProg << " with command " << extcommand << std::endl; - phm.createFromFile (opt_PhmFileName.c_str()); + phm.createFromPhmFile (opt_PhmFileName.c_str()); remove(opt_PhmFileName.c_str()); Scanner scanner (phm, optGeometryName.c_str(), opt_ndet, opt_nview, @@ -309,7 +309,7 @@ phm2helix_main (int argc, char* const argv[]) if (stat != 0 ) std::cerr << "Error executing external phantom program " << opt_PhmProg << " with command " << extcommand << std::endl; Phantom phmtmp; - phmtmp.createFromFile (opt_PhmFileName.c_str()); + phmtmp.createFromPhmFile (opt_PhmFileName.c_str()); scanner.collectProjections (pjGlobal, phmtmp, iView, 1, scanner.offsetView(), true, opt_trace);