| 1526 | } |
| 1527 | |
| 1528 | void validate_reportedPauliStrStyleFlag(int flag, const char* caller) { |
| 1529 | |
| 1530 | assertThat(flag==0 || flag==1, report::INVALID_REPORTED_PAULI_STR_STYLE_FLAG, {{"${FLAG}",flag}}, caller); |
| 1531 | } |
| 1532 | |
| 1533 | |
| 1534 |
no test coverage detected