PabloCatalan / toylife

Code to run toyLIFE, a multi-level model of the genotype-phenotype map
5 stars 0 forks source link

example.cpp:17:71: error: ‘str_random_genotype’ was not declared in this scope #1

Closed davidemms closed 6 years ago

davidemms commented 6 years ago

Hi Pablo

I'm just trying to build your example but "str_random_genotype" in example.cpp is not declared/defined. The comment in the source code suggests it's in "helper_functions.cpp", but it appears to be missing.

Thanks David

PabloCatalan commented 6 years ago

Hi David,

Thanks for being interested in toyLIFE! :)

Yes, you are right, the function is "random_genotype". I've already changed it in the source code, so it should be ok.

Sorry for the mess Pablo

davidemms commented 6 years ago

Thanks great, thanks. I'm looking forward to trying it out!