Skip to content

Commit

Permalink
ENH: Update model_factory.hpp
Browse files Browse the repository at this point in the history
Here #pragma once was missing and caused error while creating bindings so added it.
  • Loading branch information
User-DK authored Jun 18, 2024
1 parent 5bd6f9e commit 4d92ce0
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 4d92ce0

Please sign in to comment.