1
0
Fork 0

Plot orbits better

giza
Jeff Moe 2022-07-30 20:21:15 -06:00
parent 2301d084e2
commit a02033630f
1 changed files with 1 additions and 1 deletions

View File

@ -1778,7 +1778,7 @@ void skymap_plotsatellite(char *filename,int satno,double mjd0,double dt)
cpgmove(x,y);
flag=1;
} else {
cpgdraw(x,y);
cpgpt1(x,y,1);
}
}
}