Finish unpacking an organism from this message.
| 70 | |
| 71 | //! Finish unpacking an organism from this message. |
| 72 | void unpack(cOrganism* org) { |
| 73 | org->UpdateMerit(cAvidaContext& ctx, _merit); |
| 74 | org->GetPhenotype().SetGeneration(_generation); |
| 75 | } |
| 76 | |
| 77 | //! Serializer, used to (de)marshal organisms for migration. |
| 78 | template<class Archive> |
no test coverage detected