Skip to content

Commit

Permalink
Remove #include <CLI/CLI.hpp>
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatalon committed Nov 20, 2024
1 parent 6e7eb1f commit 0384a38
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion demos/FiniteVolume/AMR_Burgers_Hat.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <fmt/format.h>
#include <iostream>
Expand Down
2 changes: 0 additions & 2 deletions demos/FiniteVolume/advection_1d.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <xtensor/xfixed.hpp>

#include <samurai/algorithm.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/advection_2d.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <array>

Expand Down
2 changes: 0 additions & 2 deletions demos/FiniteVolume/advection_2d_user_bc.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <array>

#include <xtensor/xfixed.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/burgers.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <samurai/hdf5.hpp>
#include <samurai/mr/adapt.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/heat.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <samurai/hdf5.hpp>
#include <samurai/mr/adapt.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/heat_heterogeneous.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <samurai/hdf5.hpp>
#include <samurai/mr/adapt.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/heat_nonlinear.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <samurai/hdf5.hpp>
#include <samurai/mr/adapt.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/level_set.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <samurai/algorithm/graduation.hpp>
#include <samurai/algorithm/update.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/level_set_from_scratch.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <samurai/algorithm/update.hpp>
#include <samurai/algorithm/utils.hpp>
Expand Down
2 changes: 0 additions & 2 deletions demos/FiniteVolume/lid_driven_cavity.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause

#include <CLI/CLI.hpp>

#include <iostream>
#include <samurai/hdf5.hpp>
#include <samurai/mr/adapt.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/manual_block_matrix_assembly.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <samurai/hdf5.hpp>
#include <samurai/mr/adapt.hpp>
Expand Down
2 changes: 0 additions & 2 deletions demos/FiniteVolume/nagumo.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include "CLI/CLI.hpp"

#include <samurai/hdf5.hpp>
#include <samurai/mr/adapt.hpp>
#include <samurai/mr/mesh.hpp>
Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/scalar_burgers_2d.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <xtensor/xfixed.hpp>

Expand Down
1 change: 0 additions & 1 deletion demos/FiniteVolume/stokes_2d.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2024 the samurai's authors
// SPDX-License-Identifier: BSD-3-Clause
#include <CLI/CLI.hpp>

#include <iostream>
#include <samurai/hdf5.hpp>
Expand Down

0 comments on commit 0384a38

Please sign in to comment.