Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aumuell committed Apr 25, 2024
1 parent 0d93d66 commit ebeb370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/vistle/insitu/sensei/sensei.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,4 @@ void Adapter::updateMeta(vistle::Object::ptr obj) const
bool Adapter::paused() const
{
return !m_commands.at("run/paused");
}
}
3 changes: 1 addition & 2 deletions module/test/MiniSim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ if(DIY_INCLUDE_DIR)
target_compile_options(MiniSim PRIVATE -Wno-sign-compare)
endif()

target_compile_definitions(MiniSim PRIVATE VISTLE_ROOT="${PROJECT_SOURCE_DIR}"
VISTLE_BUILD_TYPE="")
target_compile_definitions(MiniSim PRIVATE VISTLE_ROOT="${PROJECT_SOURCE_DIR}" VISTLE_BUILD_TYPE="")
endif()

0 comments on commit ebeb370

Please sign in to comment.