Printing
De Wiki
Révision de 11 juillet 2017 à 09:26 par Admin (discussion | contributions) (Page créée avec « Once the propogation done, it is possible to use some utilities methods to print results or strore them in som files. == Printing results == First, we can use the printS... »)
Once the propogation done, it is possible to use some utilities methods to print results or strore them in som files.
Printing results
First, we can use the printSV() method as in this example :
test.printSV("begin", iniOrbit, FramesFactory.getEME2000(), mm); test.printSV("end", finalOrbit, FramesFactory.getEME2000(), mm);