diff --git a/dpsim/include/dpsim/DataLoggerInterface.h b/dpsim/include/dpsim/DataLoggerInterface.h index 7b17e5f97c..84d2b4147a 100644 --- a/dpsim/include/dpsim/DataLoggerInterface.h +++ b/dpsim/include/dpsim/DataLoggerInterface.h @@ -111,7 +111,7 @@ class DataLoggerInterface { "DataLoggerInterface: Unknown attribute type for attribute " + name); } } - + //dummy code change /// DEPRECATED: Only use for compatiblity, otherwise this just adds extra overhead to the logger. Instead just call logAttribute multiple times for every coefficient using /// `attr->deriveCoeff<>(a,b)`. void logAttribute(const std::vector &name,