Skip to content

Commit 64c652e

Browse files
Julian Myrchadavidrohr
authored andcommitted
quick fix problem with broking jsons
1 parent 72a2bce commit 64c652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventVisualisation/DataConverter/src/VisualisationEvent.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ std::string VisualisationEvent::toJson()
101101

102102
// compatibility verification
103103
tree.AddMember("fileVersion", rapidjson::Value().SetInt(JSON_FILE_VERSION), allocator);
104-
tree.AddMember("timeStamp", rapidjson::Value().SetFloat(this->mTimeStamp), allocator);
104+
//tree.AddMember("timeStamp", rapidjson::Value().SetFloat(this->mTimeStamp), allocator);
105105
tree.AddMember("workflowVersion", rapidjson::Value().SetFloat(this->mWorkflowVersion), allocator);
106106
tree.AddMember("workflowParameters", rapidjson::Value().SetString(this->mWorkflowParameters.c_str(), this->mWorkflowParameters.size()), allocator);
107107
// Tracks

0 commit comments

Comments
 (0)