Skip to content

Commit

Permalink
Merge pull request #1 from williamfgc/test_bpls2
Browse files Browse the repository at this point in the history
Enable Windows Compilation
  • Loading branch information
pnorbert authored Sep 20, 2018
2 parents b18b6ca + 93a1bcf commit 48c9b3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ build/
# Doxygen generated files
html/
*.html

# Visual Studio
.vs/
CMakeSettings.json
2 changes: 2 additions & 0 deletions source/adios2/core/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@ ADIOS2_FOREACH_TYPE_1ARG(declare_type)
Engine::DoAllStepsBlocksInfo(const Variable<T> &variable) const \
{ \
ThrowUp("DoAllStepsBlocksInfo"); \
return std::map<size_t, std::vector<typename Variable<T>::Info>>(); \
} \
\
std::vector<typename Variable<T>::Info> Engine::DoBlocksInfo( \
const Variable<T> &variable, const size_t step) const \
{ \
ThrowUp("DoBlocksInfo"); \
return std::vector<typename Variable<T>::Info>(); \
}

ADIOS2_FOREACH_TYPE_1ARG(declare_type)
Expand Down

0 comments on commit 48c9b3b

Please sign in to comment.