| 155 | int global_pauliStrFormatFlag = 0; |
| 156 | |
| 157 | void printer_setPauliStrFormat(int flag) { |
| 158 | |
| 159 | /// @todo |
| 160 | /// this could be changed to an enum, even though the |
| 161 | /// API will likely always receive an int (for C and |
| 162 | /// C++ agnosticism and simplicity - I hate polluting |
| 163 | /// an API with custom types and constants!). |
| 164 | |
| 165 | global_pauliStrFormatFlag = flag; |
| 166 | } |
| 167 | |
| 168 | |
| 169 |
no outgoing calls
no test coverage detected