Remove outdated comment about xtensor size

This commit is contained in:
Paul Romano 2019-11-15 07:25:45 -06:00
parent 532169285b
commit 79354e403d

View file

@ -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);
}