Skip to content

Commit

Permalink
Merge pull request #45 from User-DK/patch-1
Browse files Browse the repository at this point in the history
ENH: Update model_factory.hpp
  • Loading branch information
HaoZeke authored Jun 18, 2024
2 parents 5bd6f9e + 4d92ce0 commit 16a8d32
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 16a8d32

Please sign in to comment.