Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Ribizel <upsj@users.noreply.github.com>
  • Loading branch information
ginkgo-bot and upsj committed Dec 2, 2023
1 parent 892ed66 commit 5043be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion examples/kokkos_assembly/kokkos_assembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
// SPDX-License-Identifier: BSD-3-Clause

#include <iostream>
#include <Kokkos_Core.hpp>
#include <map>
#include <string>


#include <omp.h>


#include <ginkgo/ginkgo.hpp>
#include <Kokkos_Core.hpp>


// Creates a stencil matrix in CSR format for the given number of discretization
Expand Down
6 changes: 3 additions & 3 deletions examples/par-ilu-convergence/par-ilu-convergence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
//
// SPDX-License-Identifier: BSD-3-Clause

#include <ginkgo/ginkgo.hpp>


#include <fstream>
#include <functional>
#include <iostream>
Expand All @@ -13,6 +10,9 @@
#include <string>


#include <ginkgo/ginkgo.hpp>


const std::map<std::string, std::function<std::shared_ptr<gko::Executor>()>>
executors{
{"reference", [] { return gko::ReferenceExecutor::create(); }},
Expand Down

0 comments on commit 5043be7

Please sign in to comment.