Skip to content

Commit

Permalink
🎨 Incorporated pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent 8d2d9a8 commit e558928
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install libraries and the respective compiler
run: >
sudo apt-get update &&
sudo apt-get install -yq
sudo apt-get install -yq
libboost-all-dev
libtbb-dev
${{matrix.compiler}}
Expand Down
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ foreach (filename ${FILENAMES})
get_filename_component(plugin ${filename} NAME_WE)
add_executable(${plugin} ${filename})
target_link_libraries(${plugin} PRIVATE cda-tum-siqad-plugins-include cda-tum-siqad-plugins-dependencies)

# SiQAD installation path
if (DEFINED SIQAD_PLUGINS_ROOT)
set(PLUGIN_INSTALL_DIR "${SIQAD_PLUGINS_ROOT}/${plugin}")
Expand Down
2 changes: 1 addition & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The folder name, source file name and configuration file name must be identical!
For instance if you want to create a plugin called `myplugin`, you must create a folder called `myplugin` and add a file
called `myplugin.cpp` and `myplugin.physeng`.

---
---
2 changes: 1 addition & 1 deletion plugins/quicksim/quicksim.physeng
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ interpreter, bin_path, command
<tip>Thomas-Fermi screening distance.</tip>
</debye_length>
</sim_params>
</physeng>
</physeng>

0 comments on commit e558928

Please sign in to comment.