Code development platform for open source projects from the European Union institutions

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

pt1: set extrapolated flag

parent 4b275aa0
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ namespace TUGraz.VectoCore.Models.Declaration
_entries[index].Value, key);
if (pt1 < 0) {
pt1 = 0.SI<Second>();
extrapolated = true;
//throw new VectoException("The calculated pt1 value must not be smaller than 0. Value: " + pt1);
}
return new PT1Result() { Value = pt1, Extrapolated = extrapolated };
......
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