|
1 | | -// Copyright(C) 1999-2020, 2022, 2023, 2024 National Technology & Engineering Solutions |
| 1 | +// Copyright(C) 1999-2020, 2022, 2023, 2024, 2025 National Technology & Engineering Solutions |
2 | 2 | // of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with |
3 | 3 | // NTESS, the U.S. Government retains certain rights in this software. |
4 | 4 | // |
@@ -457,48 +457,48 @@ std::string Ioss::TestOnly::label(int which, const char /*suffix_sep*/) const |
457 | 457 | } |
458 | 458 |
|
459 | 459 | // Define all factories here: |
460 | | -void Ioss::Invalid_Storage::factory() { static Ioss::Invalid_Storage registerThis; } |
| 460 | +void Ioss::Invalid_Storage::factory() { static Ioss::Invalid_Storage const registerThis; } |
461 | 461 |
|
462 | | -void Ioss::Scalar::factory() { static Ioss::Scalar registerThis; } |
| 462 | +void Ioss::Scalar::factory() { static Ioss::Scalar const registerThis; } |
463 | 463 |
|
464 | | -void Ioss::Vector_2D::factory() { static Ioss::Vector_2D registerThis; } |
| 464 | +void Ioss::Vector_2D::factory() { static Ioss::Vector_2D const registerThis; } |
465 | 465 |
|
466 | | -void Ioss::Vector_3D::factory() { static Ioss::Vector_3D registerThis; } |
| 466 | +void Ioss::Vector_3D::factory() { static Ioss::Vector_3D const registerThis; } |
467 | 467 |
|
468 | | -void Ioss::Quaternion_2D::factory() { static Ioss::Quaternion_2D registerThis; } |
| 468 | +void Ioss::Quaternion_2D::factory() { static Ioss::Quaternion_2D const registerThis; } |
469 | 469 |
|
470 | | -void Ioss::Quaternion_3D::factory() { static Ioss::Quaternion_3D registerThis; } |
| 470 | +void Ioss::Quaternion_3D::factory() { static Ioss::Quaternion_3D const registerThis; } |
471 | 471 |
|
472 | | -void Ioss::Full_Tensor_36::factory() { static Ioss::Full_Tensor_36 registerThis; } |
| 472 | +void Ioss::Full_Tensor_36::factory() { static Ioss::Full_Tensor_36 const registerThis; } |
473 | 473 |
|
474 | | -void Ioss::Full_Tensor_32::factory() { static Ioss::Full_Tensor_32 registerThis; } |
| 474 | +void Ioss::Full_Tensor_32::factory() { static Ioss::Full_Tensor_32 const registerThis; } |
475 | 475 |
|
476 | | -void Ioss::Full_Tensor_22::factory() { static Ioss::Full_Tensor_22 registerThis; } |
| 476 | +void Ioss::Full_Tensor_22::factory() { static Ioss::Full_Tensor_22 const registerThis; } |
477 | 477 |
|
478 | | -void Ioss::Full_Tensor_16::factory() { static Ioss::Full_Tensor_16 registerThis; } |
| 478 | +void Ioss::Full_Tensor_16::factory() { static Ioss::Full_Tensor_16 const registerThis; } |
479 | 479 |
|
480 | | -void Ioss::Full_Tensor_12::factory() { static Ioss::Full_Tensor_12 registerThis; } |
| 480 | +void Ioss::Full_Tensor_12::factory() { static Ioss::Full_Tensor_12 const registerThis; } |
481 | 481 |
|
482 | | -void Ioss::Sym_Tensor_33::factory() { static Ioss::Sym_Tensor_33 registerThis; } |
| 482 | +void Ioss::Sym_Tensor_33::factory() { static Ioss::Sym_Tensor_33 const registerThis; } |
483 | 483 |
|
484 | | -void Ioss::Sym_Tensor_31::factory() { static Ioss::Sym_Tensor_31 registerThis; } |
| 484 | +void Ioss::Sym_Tensor_31::factory() { static Ioss::Sym_Tensor_31 const registerThis; } |
485 | 485 |
|
486 | | -void Ioss::Sym_Tensor_21::factory() { static Ioss::Sym_Tensor_21 registerThis; } |
| 486 | +void Ioss::Sym_Tensor_21::factory() { static Ioss::Sym_Tensor_21 const registerThis; } |
487 | 487 |
|
488 | | -void Ioss::Sym_Tensor_13::factory() { static Ioss::Sym_Tensor_13 registerThis; } |
| 488 | +void Ioss::Sym_Tensor_13::factory() { static Ioss::Sym_Tensor_13 const registerThis; } |
489 | 489 |
|
490 | | -void Ioss::Sym_Tensor_11::factory() { static Ioss::Sym_Tensor_11 registerThis; } |
| 490 | +void Ioss::Sym_Tensor_11::factory() { static Ioss::Sym_Tensor_11 const registerThis; } |
491 | 491 |
|
492 | | -void Ioss::Sym_Tensor_10::factory() { static Ioss::Sym_Tensor_10 registerThis; } |
| 492 | +void Ioss::Sym_Tensor_10::factory() { static Ioss::Sym_Tensor_10 const registerThis; } |
493 | 493 |
|
494 | | -void Ioss::Asym_Tensor_03::factory() { static Ioss::Asym_Tensor_03 registerThis; } |
| 494 | +void Ioss::Asym_Tensor_03::factory() { static Ioss::Asym_Tensor_03 const registerThis; } |
495 | 495 |
|
496 | | -void Ioss::Asym_Tensor_02::factory() { static Ioss::Asym_Tensor_02 registerThis; } |
| 496 | +void Ioss::Asym_Tensor_02::factory() { static Ioss::Asym_Tensor_02 const registerThis; } |
497 | 497 |
|
498 | | -void Ioss::Asym_Tensor_01::factory() { static Ioss::Asym_Tensor_01 registerThis; } |
| 498 | +void Ioss::Asym_Tensor_01::factory() { static Ioss::Asym_Tensor_01 const registerThis; } |
499 | 499 |
|
500 | | -void Ioss::Matrix_22::factory() { static Ioss::Matrix_22 registerThis; } |
| 500 | +void Ioss::Matrix_22::factory() { static Ioss::Matrix_22 const registerThis; } |
501 | 501 |
|
502 | | -void Ioss::Matrix_33::factory() { static Ioss::Matrix_33 registerThis; } |
| 502 | +void Ioss::Matrix_33::factory() { static Ioss::Matrix_33 const registerThis; } |
503 | 503 |
|
504 | | -void Ioss::TestOnly::factory() { static Ioss::TestOnly registerThis; } |
| 504 | +void Ioss::TestOnly::factory() { static Ioss::TestOnly const registerThis; } |
0 commit comments