1
0
Fork 0

Normalize cpgpap init values to default

pull/6/head
Pierros Papadeas 2017-11-18 18:35:47 +02:00
parent 0b47f5756b
commit 7116da2fc5
No known key found for this signature in database
GPG Key ID: AB1301B4FCDFF5D4
2 changed files with 2 additions and 3 deletions

View File

@ -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();

View File

@ -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();