Skip to content

Commit

Permalink
Panzer: comment out code that requires c++20
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Pawlowski <[email protected]>
  • Loading branch information
rppawlo committed Jan 14, 2025
1 parent 5f11716 commit 8a84a21
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ namespace user_app {
void addResponsesToModelEvaluatorFactory(const Teuchos::ParameterList& response_sublist,
panzer_stk::ModelEvaluatorFactory<double>& me_factory);

void computeAndPrintResponses(const Teuchos::RCP<Thyra::ModelEvaluator<double>>& me,
const auto& x,
const auto& x_dot,
const auto& t,
const auto& global_data,
std::ostream& out);
// void computeAndPrintResponses(const Teuchos::RCP<Thyra::ModelEvaluator<double>>& me,
// const auto& x,
// const auto& x_dot,
// const auto& t,
// const auto& global_data,
// std::ostream& out);

std::tuple< Teuchos::RCP<Thyra::ModelEvaluator<double>>,
Teuchos::RCP<panzer::GlobalData>,
Expand Down Expand Up @@ -78,6 +78,7 @@ namespace user_app {
std::tuple<int,int> findResponseIndex(const std::string& g_name,const Thyra::ModelEvaluator<double>& me);
}

/*
void user_app::computeAndPrintResponses(const Teuchos::RCP<Thyra::ModelEvaluator<double>>& physics,
const auto& x,
const auto& x_dot,
Expand Down Expand Up @@ -141,5 +142,6 @@ void user_app::computeAndPrintResponses(const Teuchos::RCP<Thyra::ModelEvaluator
}
}
}
*/

#endif

0 comments on commit 8a84a21

Please sign in to comment.