mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] Resolve conflict: function tmin and tmax are float instead
of double
This commit is contained in:
@@ -36,8 +36,8 @@ public:
|
||||
|
||||
// Definition Interval
|
||||
virtual bool shouldClipTRangeToXRange() const { return true; } // Returns true if the function will not be displayed if t is outside x range.
|
||||
virtual double tMin() const { return NAN; }
|
||||
virtual double tMax() const { return NAN; }
|
||||
virtual float tMin() const { return NAN; }
|
||||
virtual float tMax() const { return NAN; }
|
||||
virtual float rangeStep() const { return NAN; }
|
||||
|
||||
// Name
|
||||
|
||||
Reference in New Issue
Block a user