File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
multi_physics/QED/include/picsar_qed/physics Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 ()*
Original file line number Diff line number Diff 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 ()*
You can’t perform that action at this time.
0 commit comments