Skip to content

Commit 06f2b77

Browse files
authored
phasta: std for cerr
1 parent 313f5f3 commit 06f2b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phasta/phiotimer.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static size_t phastaio_getCyclesPerMicroSec() {
4444
cycles = t1 - t0;
4545
cpus = ((double)cycles)/(usec);
4646
if(!PCU_Comm_Self())
47-
cerr << "cycles " << cycles << " us " << usec
47+
std::cerr << "cycles " << cycles << " us " << usec
4848
<< " cycles per micro second " << cpus << "\n";
4949
return cpus;
5050
}

0 commit comments

Comments
 (0)