mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
std::cout -> out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a85a612bae
commit
a9e6d83c6e
2 changed files with 3 additions and 1 deletions
|
@ -520,7 +520,7 @@ public:
|
|||
try {
|
||||
symbol m, p;
|
||||
normalize(name, m, p);
|
||||
std::cout << name << " " << m << " " << p << "\n";
|
||||
out << name << " " << m << " " << p << "\n";
|
||||
param_descrs * d;
|
||||
if (m == symbol::null) {
|
||||
d = &get_param_descrs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue