You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwJException("Databundle with unique name '%s' does not contain %s", m_databundle_name.c_str(), JTypeInfo::demangle<typename PodioT::collection_type>().c_str());
294
294
}
@@ -448,7 +448,7 @@ struct JHasInputs {
448
448
facset->Print();
449
449
throwJException("Databundle with name '%s' does not inherit from JPodioDatabundle", short_or_unique_name.c_str());
throwJException("Databundle with unique name '%s' does not contain %s", short_or_unique_name.c_str(), JTypeInfo::demangle<typename PodioT::collection_type>().c_str());
0 commit comments