Skip to content

about MiscValuesEpoch error #279

Closed Answered by tmayerguerr
zdwangjian5 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
I don't know how you created this file. But MISCVALUES has the number of data columns as its type.
In the source code, a MiscValuesEpoch is initialized with the number of columns.

  MiscValuesArc arc;
  MiscValuesEpoch epoch(count);
  epoch.values(0) = ...;
  epoch.values(1) = ...;
  epoch.values(2) = ...;
   ...
  arc.push_back(epoch);
  writeFileInstrument(fileNameOut, arc);

Hope this helps
regards
Torsten

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zdwangjian5
Comment options

Answer selected by zdwangjian5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants