Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrij22 committed Jun 18, 2024
1 parent f06fe4c commit 57c3f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: CodeStyle

on:
push:


pull_request:
types: [ opened ]
branches:
Expand All @@ -31,7 +29,7 @@ jobs:
path: 'repo'
- name: Install format dependencies
run: |
sudo cp /usr/bin/clang-format-13 /usr/bin/clang-format
sudo cp /usr/bin/clang-format-18 /usr/bin/clang-format
pip install cmake_format==0.6.13 pyyaml
pip install black==23.3.0
Expand Down
2 changes: 1 addition & 1 deletion dune/iga/parameterspace/identity/parameterspace.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <dune/grid/yaspgrid.hh>
#include <dune/iga/hierarchicpatch/patchgridgeometry.hh>
#include <dune/iga/hierarchicpatch/patchgridview.hh>
#include <dune/iga/parameterspace/identity/idSet.hh>
#include <dune/iga/parameterspace/identity/idset.hh>
#include <dune/iga/parameterspace/identity/patchgridentityseed.hh>
#include <dune/iga/parameterspace/identity/patchgridhierarchiciterator.hh>
#include <dune/iga/parameterspace/identity/patchgridindexsets.hh>
Expand Down
2 changes: 1 addition & 1 deletion dune/iga/test/trimtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ auto checkTrim(std::string filename, const ExpectedValues& expectedValues, Execu
try {
igaGrid = gridFactory.createGrid();
} catch (Dune::GridError& e) {
if (isExcemtion(filename, refx, refy))
if (isExemption(filename, refx, refy))
std::cout << "Grid creation failed, but it's a known reason, so I'm not throwing an error\n";
else
t.load(std::memory_order_relaxed)->check(false) << "Grid Creation failed ...\n";
Expand Down

0 comments on commit 57c3f14

Please sign in to comment.