MCPcopy Create free account
hub / github.com/devosoft/avida / SetInstNames

Method SetInstNames

avida-core/source/main/cStats.h:717–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 void SetSpatialRes(const Apto::Array< Apto::Array<double> > &_in) { spatial_res_count = _in; }
716
717 void SetInstNames(const cString& inst_set, const Apto::Array<cString>& names) { m_is_inst_names_map[inst_set] = names; }
718 void SetReactionName(int id, const cString & name) { reaction_names[id] = name; }
719 void SetResourceName(int id, const cString & name) { resource_names[id] = name; }
720

Callers 1

loadInstSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected