From 79354e403dfd3b92154730f5b9c22308cbef4939 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 15 Nov 2019 07:25:45 -0600 Subject: [PATCH] Remove outdated comment about xtensor size --- src/photon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/photon.cpp b/src/photon.cpp index a2365de5f..ddde4bd6c 100644 --- a/src/photon.cpp +++ b/src/photon.cpp @@ -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); }