Skip to content

Commit

Permalink
fix include guard in IpGenAugSystemSolver.hpp (#756)
Browse files Browse the repository at this point in the history
- appears to be a copy-paste error from IpStdAugSystemSolver.hpp
  • Loading branch information
skeeto authored Apr 3, 2024
1 parent 5c3df91 commit 922e183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ More detailed information about incremental changes can be found in the

### 3.14.15 (2024-xx-yy)

- Fixed include guard of IpGenAugSystemSolver.hpp [#756, by Christopher Wellons].
- Improved finding dependencies of linear solver libraries loaded at runtime on Windows
[#755, by Yue Yang].

Expand Down
4 changes: 2 additions & 2 deletions src/Algorithm/IpGenAugSystemSolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// Authors: Andreas Waechter IBM 2007-03-01

#ifndef __IP_STDAUGSYSTEMSOLVER_HPP__
#define __IP_STDAUGSYSTEMSOLVER_HPP__
#ifndef __IP_GENAUGSYSTEMSOLVER_HPP__
#define __IP_GENAUGSYSTEMSOLVER_HPP__

#include "IpAugSystemSolver.hpp"
#include "IpGenKKTSolverInterface.hpp"
Expand Down

0 comments on commit 922e183

Please sign in to comment.