Skip to content

Commit

Permalink
Fixed missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
savithru-j committed Nov 9, 2023
1 parent 1444f5d commit c539427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions src/ode/MultimodeNLSE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
// Licensed under the MIT License (http://opensource.org/licenses/MIT)
// Copyright (c) 2023, Savithru Jayasinghe

#include <autodiffeq/numerics/ADVar.hpp>
#include <autodiffeq/numerics/Complex.hpp>
#include <autodiffeq/solver/ODE.hpp>
#include <autodiffeq/linearalgebra/Array1D.hpp>
#include <autodiffeq/linearalgebra/Array2D.hpp>
#include <autodiffeq/linearalgebra/Array4D.hpp>
#include <iostream>
#include <iomanip>
#include "MultimodeNLSE.hpp"

namespace autodiffeq
Expand Down
4 changes: 2 additions & 2 deletions src/ode/MultimodeNLSE.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
// Licensed under the MIT License (http://opensource.org/licenses/MIT)
// Copyright (c) 2023, Savithru Jayasinghe

#include <iostream>
#include <iomanip>
#include <autodiffeq/numerics/ADVar.hpp>
#include <autodiffeq/numerics/Complex.hpp>
#include <autodiffeq/solver/ODE.hpp>
#include <autodiffeq/linearalgebra/Array1D.hpp>
#include <autodiffeq/linearalgebra/Array2D.hpp>
#include <autodiffeq/linearalgebra/Array4D.hpp>
#include <iostream>
#include <iomanip>

namespace autodiffeq
{
Expand Down

0 comments on commit c539427

Please sign in to comment.