@@ -137,12 +137,12 @@ CEREAL_REGISTER_TYPE(ConnStatic);
137137template <class Archive > void ConnStatic::serialize (Archive &archive)
138138{
139139 archive (cereal::base_class<Connections>(this ),
140- cereal::make_nvp (" sourceVertexIndexCurrentEpoch_ " , sourceVertexIndexCurrentEpoch_),
141- cereal::make_nvp (" destVertexIndexCurrentEpoch_ " , destVertexIndexCurrentEpoch_),
142- cereal::make_nvp (" WCurrentEpoch_ " , WCurrentEpoch_),
143- cereal::make_nvp (" radiiSize_ " , radiiSize_),
144- cereal::make_nvp (" connsPerVertex_ " , connsPerVertex_),
145- cereal::make_nvp (" threshConnsRadius_ " , threshConnsRadius_),
146- cereal::make_nvp (" rewiringProbability_ " , rewiringProbability_),
147- cereal::make_nvp (" excWeight_ " , excWeight_), cereal::make_nvp (" inhWeight_ " , inhWeight_));
148- }
140+ cereal::make_nvp (" sourceVertexIndexCurrentEpoch " , sourceVertexIndexCurrentEpoch_),
141+ cereal::make_nvp (" destVertexIndexCurrentEpoch " , destVertexIndexCurrentEpoch_),
142+ cereal::make_nvp (" WCurrentEpoch " , WCurrentEpoch_),
143+ cereal::make_nvp (" radiiSize " , radiiSize_),
144+ cereal::make_nvp (" connsPerVertex " , connsPerVertex_),
145+ cereal::make_nvp (" threshConnsRadius " , threshConnsRadius_),
146+ cereal::make_nvp (" rewiringProbability " , rewiringProbability_),
147+ cereal::make_nvp (" excWeight " , excWeight_), cereal::make_nvp (" inhWeight " , inhWeight_));
148+ }
0 commit comments