Skip to content

Commit

Permalink
Resolved a conflict. Refs #4266.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Feb 24, 2012
1 parent 146a606 commit f3473d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ namespace Algorithms

if (selected && static_cast<int>(iv) <= numOutputEvents)
{
ofs << iv << "\t" << rawevent.pulseTime().totalNanoseconds() << "\t" << rawevent.tof() << "\t"
ofs << iv << "\t" << rawevent.pulseTime().total_nanoseconds() << "\t" << rawevent.tof() << "\t"
<< correctedtof << "\t" << mtime << "\t" << section << std::endl;
}
} // ENDFOR iv: each event
Expand Down

0 comments on commit f3473d2

Please sign in to comment.