Skip to content
Snippets Groups Projects

Recover : for y command-line parameter and update task plotting scripts for external gravity

Merged Peter W. Draper requested to merge tasks-graphs into master
+ 12
8
Compare changes
  • Side-by-side
  • Inline
Files
+ 1
1
@@ -153,7 +153,7 @@ int main(int argc, char *argv[]) {
/* Parse the parameters */
int c;
while ((c = getopt(argc, argv, "cdef:gGhst:v:y")) != -1) switch (c) {
while ((c = getopt(argc, argv, "cdef:gGhst:v:y:")) != -1) switch (c) {
case 'c':
with_cosmology = 1;
break;
Loading