23#ifndef GENERICMODEL_IMPL_H
24#define GENERICMODEL_IMPL_H
35template <
typename ElementT >
39 if ( deprecation_warning_issued_ or deprecation_info_.empty() )
44 if ( not deprecation_info_.empty() )
49 deprecation_warning_issued_ =
true;
void deprecation_warning(const std::string &) override
Issue deprecation warning on first call if model is deprecated.
Definition genericmodel_impl.h:37
#define LOG(s, fctn, msg)
Definition logging.h:29
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33