File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,6 @@ int runAPR(cmdLineOptions options) {
8181 ParticleData<uint16_t > particle_intensities;
8282 particle_intensities.sample_image (apr, input_img); // sample your particles from your image
8383 // Below is IO and outputting of the Implied Resolution Function through the Particle Cell level.
84- std::cout << apr.linearAccess .y_vec .size () << " particles in APR" << std::endl;
85- std::cout << particle_intensities.size () << " intensities in CPU in APR" << std::endl;
86- std::cout << aprConverter.parts .size () << " intensities in GPU in APR" << std::endl;
87-
88- for (int i = 0 ; i < particle_intensities.size (); ++i) {
89- if (particle_intensities[i] != aprConverter.parts [i]) {
90- std::cout << " Mismatch at " << i << " CPU: " << particle_intensities[i] << " GPU: " << aprConverter.parts [i] << std::endl;
91- }
92- }
9384
9485 // output
9586 std::string save_loc = options.output_dir ;
You can’t perform that action at this time.
0 commit comments