Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed May 6, 2024
1 parent 1080ce3 commit de626c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion include/qpp/input_output.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ template <typename Scalar,
inline internal::IOManipScalar<Scalar> disp(Scalar scalar,
IOManipScalarOpts opts = {}) {
return internal::IOManipScalar<Scalar>{scalar, opts};
};
}

/**
* \brief Complex number std::ostream manipulator
Expand Down
2 changes: 0 additions & 2 deletions include/qpp/instruments.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

#include <Eigen/Dense>

// #include <iostream>

#include "qpp/functions.hpp"
#include "qpp/operations.hpp"
#include "qpp/types.hpp"
Expand Down

0 comments on commit de626c7

Please sign in to comment.