Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dpsim/include/dpsim/DataLoggerInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> &name,
Expand Down
Loading