Skip to content

Commit

Permalink
Merge pull request #3120 from ax3l/fix-adiosTimeAttr
Browse files Browse the repository at this point in the history
ADIOS Writer: Fix timeOffset
  • Loading branch information
sbastrakov authored Nov 26, 2019
2 parents 431ae94 + db23a82 commit 588386a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ struct ParticleAttributeSize
const float_X timeOffset = 0.0;
ADIOS_CMD(adios_define_attribute_byvalue(params->adiosGroupHandle,
"timeOffset", recordPath.c_str(),
adiosFloatXType.type, 7, (void*)&timeOffset ));
adiosFloatXType.type, 1, (void*)&timeOffset ));

}

Expand Down

0 comments on commit 588386a

Please sign in to comment.