summaryrefslogtreecommitdiffstats
path: root/Project/Exponential.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-04 18:10:12 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-04 18:10:12 -0300
commit38b3e2decff95f5e29ffb6025ee899d108d22f04 (patch)
tree2655e3ac2dd13a9bb9ee0d38541239c53e668da7 /Project/Exponential.cpp
parentafb0e6e08d3911b7387799f5c465fd59ca26a484 (diff)
downloadPSP.git-38b3e2decff95f5e29ffb6025ee899d108d22f04.tar.gz
PSP.git-38b3e2decff95f5e29ffb6025ee899d108d22f04.tar.xz
PSP.git-38b3e2decff95f5e29ffb6025ee899d108d22f04.zip
Gain implemented
Implement io: https://ideone.com/0HDBVd
Diffstat (limited to 'Project/Exponential.cpp')
-rw-r--r--Project/Exponential.cpp2
1 files changed, 1 insertions, 1 deletions
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;