diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-25 19:56:07 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-25 19:56:07 -0300 |
commit | 4f2e475b8de0f19c0cda560c3213809cb9c8cfca (patch) | |
tree | 337e1ed1595b6fe9060076d8c2f93ef62a37d30e /Project/Project.mk | |
parent | 5e99db91624cea9308cb296544d81ce1fa4951e5 (diff) | |
download | PSP.git-4f2e475b8de0f19c0cda560c3213809cb9c8cfca.tar.gz PSP.git-4f2e475b8de0f19c0cda560c3213809cb9c8cfca.tar.xz PSP.git-4f2e475b8de0f19c0cda560c3213809cb9c8cfca.zip |
Saturation calculated by Newton raphson implmeneted
Not working yet
Diffstat (limited to 'Project/Project.mk')
-rw-r--r-- | Project/Project.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Project.mk b/Project/Project.mk index 60ca5ce..f7c7d27 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=23/09/2017 +Date :=25/09/2017 CodeLitePath :="C:/Program Files/CodeLite" LinkerName :=C:/TDM-GCC-64/bin/g++.exe SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC |