Changeset 18017 for fact/Evidence/GUI.cc


Ignore:
Timestamp:
11/17/14 15:01:40 (10 years ago)
Author:
daqct3
Message:
Increased numerical resolution of plot export to reproduce time stamp correctly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/Evidence/GUI.cc

    r17039 r18017  
    904904   // Write x and y data for all signals to file
    905905  QTextStream Stream(&File);
     906  Stream.setRealNumberPrecision(14);
    906907
    907908  for (int ItemNo=0; ItemNo<Items.size(); ItemNo++) {
Note: See TracChangeset for help on using the changeset viewer.