Addressing style and other comments from @shikar413

This commit is contained in:
Patrick Shriwise 2018-10-27 18:20:10 -05:00
parent 50fb966a13
commit 6d5cc5cd0d
5 changed files with 75 additions and 88 deletions

View file

@ -116,7 +116,7 @@ void print_plot() {
std::cout << "Pixels: " << pl->pixels[0] << " "
<< pl->pixels[1] << " " << std::endl;
} else if (PLOT_TYPE::VOXEL == pl->type) {
std::cout << "Voxel: " << pl->pixels[0] << " "
std::cout << "Voxels: " << pl->pixels[0] << " "
<< pl->pixels[1] << " "
<< pl->pixels[2] << std::endl;
}