Skip to content

Commit

Permalink
Merge branch 'seldon-code:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
User-DK authored Jun 19, 2024
2 parents 7f786d7 + 16a8d32 commit eadee10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/model_factory.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma once
#include "config_parser.hpp"
#include "model.hpp"
#include "models/ActivityDrivenModel.hpp"
Expand Down Expand Up @@ -114,4 +115,4 @@ create_model_deffuant_vector( Network<AgentT> & network, const ModelVariantT & m
}
}

} // namespace Seldon::ModelFactory
} // namespace Seldon::ModelFactory

0 comments on commit eadee10

Please sign in to comment.