From 7116da2fc5f56c11061ed3cfb220b0e069cf59f2 Mon Sep 17 00:00:00 2001 From: Pierros Papadeas Date: Sat, 18 Nov 2017 18:35:47 +0200 Subject: [PATCH] Normalize cpgpap init values to default --- satmap.c | 2 +- skymap.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/satmap.c b/satmap.c index d66f520..c441f17 100644 --- a/satmap.c +++ b/satmap.c @@ -574,7 +574,7 @@ int main(int argc,char *argv[]) read_globe(); // Initialize plot - init_plot("/xs",8,0.75); + init_plot("/xs",0,0.75); plot_map(); diff --git a/skymap.c b/skymap.c index 0f57fbf..425525c 100644 --- a/skymap.c +++ b/skymap.c @@ -637,8 +637,7 @@ int main(int argc,char *argv[]) } } -// init_plot("/xs",10,0.75); - init_plot("/xs",8,0.75); + init_plot("/xs",0,0.75); plot_skymap();