From 38b3e2decff95f5e29ffb6025ee899d108d22f04 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 4 Apr 2017 18:10:12 -0300 Subject: Gain implemented Implement io: https://ideone.com/0HDBVd --- Project/Exponential.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Exponential.cpp') diff --git a/Project/Exponential.cpp b/Project/Exponential.cpp index 18fef19..cb9dfd8 100644 --- a/Project/Exponential.cpp +++ b/Project/Exponential.cpp @@ -100,7 +100,7 @@ void Exponential::UpdatePoints() } } -double Exponential::GetValues(double& aValue, double& bValue) +void Exponential::GetValues(double& aValue, double& bValue) { aValue = m_aValue; bValue = m_bValue; -- cgit