Skip to content

Commit

Permalink
Update qpp.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Dec 20, 2024
1 parent dd77188 commit 8527110
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/qpp/qpp.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: remove pos_dit

/*
* This file is part of Quantum++.
*
Expand Down Expand Up @@ -36,8 +38,8 @@
* \brief Quantum++ main header file, includes all other required headers
*/

#ifndef QPP_QPP_H_
#define QPP_QPP_H_
#ifndef QPP_QPP_HPP_
#define QPP_QPP_HPP_

// Ignore warnings for unknown C++17 attributes (we use such "custom"
// attributes internally, the compiler is supposed to ignore them according to
Expand Down Expand Up @@ -169,4 +171,4 @@ namespace obsolete {} /* namespace obsolete */

} /* namespace qpp */

#endif /* QPP_QPP_H_ */
#endif /* QPP_QPP_HPP_ */

0 comments on commit 8527110

Please sign in to comment.