mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Addressing style and other comments from @shikar413
This commit is contained in:
parent
50fb966a13
commit
6d5cc5cd0d
5 changed files with 75 additions and 88 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue