mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Remove outdated comment about xtensor size
This commit is contained in:
parent
532169285b
commit
79354e403d
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ PhotonInteraction::PhotonInteraction(hid_t group, int i_element)
|
|||
// Read Compton profiles
|
||||
read_dataset(rgroup, "J", profile_pdf_);
|
||||
|
||||
// Get Compton profile momentum grid. By deafult, an xtensor has a size of 1.
|
||||
// Get Compton profile momentum grid
|
||||
if (data::compton_profile_pz.size() == 0) {
|
||||
read_dataset(rgroup, "pz", data::compton_profile_pz);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue