diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-23 22:10:08 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-23 22:10:08 -0300 |
commit | 54cf77fe93d3862d8718c6c85c83cf8f8317e68d (patch) | |
tree | 48c0b6a6711933624178baed323492886910b3a8 /Project/Project.mk | |
parent | daff46ee3b27b1fc2088de6b49682b4f41aeb080 (diff) | |
download | PSP.git-54cf77fe93d3862d8718c6c85c83cf8f8317e68d.tar.gz PSP.git-54cf77fe93d3862d8718c6c85c83cf8f8317e68d.tar.xz PSP.git-54cf77fe93d3862d8718c6c85c83cf8f8317e68d.zip |
Saturation Implemented
Finally!
The calculations are converging!
Need to be tested.
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 ba6b402..60ca5ce 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=22/09/2017 +Date :=23/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 |