Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 80521e97 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Reversed unneccessary change

parent dd5bb120
No related branches found
No related tags found
No related merge requests found
......@@ -611,7 +611,7 @@ namespace TUGraz.VectoCommon.Utils
/// <summary>
/// SI Class for one per second [1/s].
/// </summary>
[DebuggerDisplay(@"{Val} | rpm: {AsRPM}")]
[DebuggerDisplay("rad/s: {Val} | rpm: {AsRPM}")]
public class PerSecond : SIBase<PerSecond>
{
private static readonly Unit[] DenominatorDefault = { Unit.s };
......@@ -628,7 +628,7 @@ namespace TUGraz.VectoCommon.Utils
/// <summary>
/// SI Class for Meter per second [m/s].
/// </summary>
[DebuggerDisplay(@"{Val} | {AsKmph}")]
[DebuggerDisplay("{Val} | {AsKmph}")]
public class MeterPerSecond : SIBase<MeterPerSecond>
{
private static readonly Unit[] NumeratorDefault = { Unit.m };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment