Skip to content

Commit 800b486

Browse files
committed
fix bug
1 parent 05389c5 commit 800b486

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

multi_physics/QED/include/picsar_qed/physics/breit_wheeler/breit_wheeler_engine_tables.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ namespace picsar::multi_physics::phys::breit_wheeler
374374
*
375375
* @return false if the value vector has the wrong length. True otherwise.
376376
*/
377-
[[nodiscard]]
378377
bool set_all_vals(const std::vector<RealType>& vals)
379378
{
380379
const auto vals_length = vals.size();
@@ -776,7 +775,6 @@ namespace picsar::multi_physics::phys::breit_wheeler
776775
*
777776
* @return false if the value vector has the wrong length. True otherwise.
778777
*/
779-
[[nodiscard]]
780778
bool set_all_vals(const std::vector<RealType>& vals)
781779
{
782780
if(static_cast<int>(vals.size()) != m_table.get_how_many_x()*

multi_physics/QED/include/picsar_qed/physics/quantum_sync/quantum_sync_engine_tables.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ namespace picsar::multi_physics::phys::quantum_sync
338338
*
339339
* @return false if the value vector has the wrong length. True otherwise.
340340
*/
341-
[[nodiscard]]
342341
bool set_all_vals(const std::vector<RealType>& vals)
343342
{
344343
const auto vals_length = vals.size();
@@ -731,7 +730,6 @@ namespace picsar::multi_physics::phys::quantum_sync
731730
*
732731
* @return false if the value vector has the wrong length. True otherwise.
733732
*/
734-
[[nodiscard]]
735733
bool set_all_vals(const std::vector<RealType>& vals)
736734
{
737735
const auto vals_length = vals.size();
@@ -1183,7 +1181,6 @@ namespace picsar::multi_physics::phys::quantum_sync
11831181
*
11841182
* @return false if the value vector has the wrong length. True otherwise.
11851183
*/
1186-
[[nodiscard]]
11871184
bool set_all_vals(const std::vector<RealType>& vals)
11881185
{
11891186
if(static_cast<int>(vals.size()) != m_table.get_how_many_x()*

0 commit comments

Comments
 (0)