Skip to content

Commit

Permalink
fixed compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpetra committed Aug 28, 2024
1 parent 181f7f9 commit 0e428f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Optimization/hiopAlgFilterIPM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
#include "hiopPDPerturbation.hpp"
#include "hiopFactAcceptor.hpp"

#include "Checkpointing.hpp"

#include "hiopTimer.hpp"

namespace hiop
{

//temporary dummy definition for axom::sidre::DataStore until axom is going to be included
using axom_sidre_DataStore=double;

class hiopAlgFilterIPMBase {
public:
hiopAlgFilterIPMBase(hiopNlpFormulation* nlp_, const bool within_FR = false);
Expand Down

0 comments on commit 0e428f5

Please sign in to comment.