Skip to content
Snippets Groups Projects
Commit b275f3d8 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent 38ea107f
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #21448 skipped
......@@ -99,10 +99,10 @@ class SolverManager
FULL = 2
};
// PROFILING
// unsigned int n_solve_, n_cov_;
// std::chrono::microseconds acc_duration_total_;
// std::chrono::microseconds acc_duration_solver_;
// PROFILING
// unsigned int n_solve_, n_cov_;
// std::chrono::microseconds acc_duration_total_;
// std::chrono::microseconds acc_duration_solver_;
// std::chrono::microseconds acc_duration_update_;
// std::chrono::microseconds acc_duration_state_;
// std::chrono::microseconds acc_duration_cov_;
......@@ -113,11 +113,11 @@ class SolverManager
// std::chrono::microseconds max_duration_state_;
// std::chrono::microseconds max_duration_cov_;
void printProfiling(std::ostream& stream = std::cout) const;
protected:
ProblemPtr wolf_problem_;
protected:
ProblemPtr wolf_problem_;
ProfilingUnit profiling_total_, profiling_solve_, profiling_update_, profiling_state_, profiling_cov_;
YAML::Node params_;
YAML::Node params_;
public:
/**
......
......@@ -131,8 +131,8 @@ std::set<std::string> Loader::searchPlugins(const YAML::Node& _node, std::list<Y
}
std::set<std::string> Loader::searchFieldsRecursive(const YAML::Node& _node,
std::list<YAML::Node>& _visited_nodes,
const std::string& lib_field)
std::list<YAML::Node>& _visited_nodes,
const std::string& lib_field)
{
std::set<std::string> libs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment