Skip to content
Snippets Groups Projects
Commit 90f1db49 authored by William F Godoy's avatar William F Godoy
Browse files

Removed extra variable in hello example

parent b1057a56
No related branches found
No related tags found
1 merge request!124Refactor
......@@ -35,10 +35,6 @@ int main(int argc, char *argv[])
adios::Variable<float> &bpFloats = bpIO.DefineVariable<float>(
"bpFloats", {}, {}, {Nx}, adios::ConstantDims);
/** global single value variable: name */
adios::Variable<unsigned int> &bpTimeStep =
bpIO.DefineVariable<unsigned int>("timeStep");
/** Engine derived class, spawned to start IO operations */
auto bpWriter = bpIO.Open("myVector.bp", adios::OpenMode::Write);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment