I hereby claim:
- I am user-dk on github.
- I am daivikkarbhari (https://keybase.io/daivikkarbhari) on keybase.
- I have a public key ASDopa4q8Fq9a-8phzzfIOObF9D5MGG-H4DxcLuegUoOfQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| template <typename AgentT> | |
| void generate_bindings(py::module_ &m, std::string name) | |
| { | |
| std::string ClassName; | |
| if(name == "Int"){ | |
| ClassName = "SimulationI" | |
| } | |
| else if(name == "Double"){ | |
| ClassName = "SimulationD" | |
| } |