Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 08f77b7c authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

change loss-factor for Retarrder from 0.5 to 1 (i.e., use standard values for losses)

parent 89be852c
No related branches found
No related tags found
No related merge requests found
...@@ -367,7 +367,7 @@ namespace TUGraz.VectoCore.Configuration ...@@ -367,7 +367,7 @@ namespace TUGraz.VectoCore.Configuration
public const double FactorAngleDrive = 0.75; public const double FactorAngleDrive = 0.75;
public const double RetarderGenericFactor = 0.5; public const double RetarderGenericFactor = 1;
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment