~stellarium/stellarium/trunk

« back to all changes in this revision

Viewing changes to src/StelMainView.cpp

  • Committer: georg-zotti
  • Date: 2016-01-16 17:11:08 UTC
  • mfrom: (7721.1.41 socis2015-de430)
  • Revision ID: georg.zotti@univie.ac.at-20160116171108-rng3giwntia88mnb
Merged in SoCiS2015 project to get planetary positions from JPL DE430 and DE431 ephemerides

Show diffs side-by-side

added added

removed removed

Lines of Context:
620
620
        // plugins, because the gui create the QActions needed by some plugins.
621
621
        StelApp::getInstance().initPlugIns();
622
622
 
 
623
        // activate DE430/431 
 
624
        StelApp::getInstance().getCore()->initEphemeridesFunctions();
 
625
 
623
626
        // The script manager can only be fully initialized after the plugins have loaded.
624
627
        StelApp::getInstance().initScriptMgr();
625
628