Skip to content
Snippets Groups Projects
Commit 83319ab4 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon Committed by GitHub
Browse files

Merge pull request #16 from chuckatkins/fix-more-dashboard-errors

Fix bad constructor call in example
parents 21069295 3b13d04c
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
const bool adiosDebug = true; const bool adiosDebug = true;
adios::ADIOS adios(adiosDebug); adios::ADIOS adios(adios::Verbose::WARN, adiosDebug);
// Application variable // Application variable
std::vector<double> myDoubles = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; std::vector<double> myDoubles = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
......
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