Commit 12972582 authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

fixed non adios build issue

parent bff0aad0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,9 +39,11 @@ public:
    else if (format == "JSON") {
      reader_.template emplace<io::JSONReader>(verbose);
    }
#ifdef DCA_HAVE_ADIOS2
    else if (format == "ADIOS2") {
      reader_.template emplace<io::ADIOS2Reader<Concurrency>>(&concurrency, verbose);
    }
#endif
    else {
      throw(std::logic_error("Invalid input format"));
    }