mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
output debug messages to stderr
This commit is contained in:
parent
e2b160385e
commit
537390db43
3 changed files with 31 additions and 31 deletions
|
|
@ -52,10 +52,10 @@ public:
|
|||
assert(!tmp);
|
||||
root *= pe;
|
||||
}
|
||||
std::cout << "generator =";
|
||||
std::cerr << "generator =";
|
||||
for (int i = 0; i <= NP; ++i)
|
||||
std::cout << " " << (int)generator[i];
|
||||
std::cout << std::endl;
|
||||
std::cerr << " " << (int)generator[i];
|
||||
std::cerr << std::endl;
|
||||
}
|
||||
}
|
||||
void operator()(ValueType *code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue