Printing : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(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... »)
(Aucune différence)

Version du 11 juillet 2017 à 09:26

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