Skip to content

Commit d2fbb26

Browse files
Nightly Botcwsmith
Nightly Bot
authored andcommitted
Merging develop into master
2 parents 51d8d1d + 06f2b77 commit d2fbb26

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)