aboutsummaryrefslogtreecommitdiff
path: root/gemini.prj
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-08-11 11:18:40 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-08-11 11:18:40 -0400
commitc4e6d5f47a876ac7e6446531005665d6547fafb5 (patch)
tree2e4ba14484a37da3e1f9ed1b10d1aab193356cde /gemini.prj
parente9dfc0a04d1bdb018ae77f1d914bf0e77f3370b6 (diff)
downloadLR-87-c4e6d5f47a876ac7e6446531005665d6547fafb5.tar.gz
LR-87-c4e6d5f47a876ac7e6446531005665d6547fafb5.zip
Favorites can be removed too. Added some robustness to loading favorites, especially when there are none remaining.
Diffstat (limited to 'gemini.prj')
-rw-r--r--gemini.prj9
1 files changed, 7 insertions, 2 deletions
diff --git a/gemini.prj b/gemini.prj
index 4c739ed..1f044b4 100644
--- a/gemini.prj
+++ b/gemini.prj
@@ -44,6 +44,9 @@
"filename":"history.f90",
"enabled":"1"
},{
+ "filename":"internal.f90",
+ "enabled":"1"
+ },{
"filename":"layout.f90",
"enabled":"1"
},{
@@ -98,10 +101,11 @@
"Target":"lr87",
"Fortran Options":{
"Use C Preprocessor":"false",
- "Runtime Diagnostics":"true",
+ "Runtime Diagnostics":"false",
"Cray Pointers":"false",
- "Enable OpenMP":"false",
"Enable Coarrays":"false",
+ "Enable OpenMP":"false",
+ "Initialize Variables to Zero":"false",
"Default Double for Real":"false"
},
"Code Generation Options":{
@@ -110,6 +114,7 @@
"Aggressive Loops":"false",
"Debugging":"true",
"Optimization Mode":0,
+ "Floating Point Trap":"false",
"Profiling":"false"
},
"Build Dependencies":1,