Coder Social home page Coder Social logo

christopherrabotin / gmat Goto Github PK

View Code? Open in Web Editor NEW
35.0 5.0 12.0 1 GB

unmaintained fork of NASA General Mission Analysis Tool, https://gmat.gsfc.nasa.gov/. If you encounter any issue, please contact them directly

License: Apache License 2.0

CMake 0.33% Python 0.40% MATLAB 0.17% Jupyter Notebook 0.04% HTML 17.73% CSS 0.05% JavaScript 0.15% SystemVerilog 0.01% Batchfile 0.01% Makefile 0.13% Shell 0.02% NSIS 0.02% C++ 66.24% C 6.84% Fortran 7.82% SWIG 0.04% Java 0.01%

gmat's Introduction

gmat's People

Contributors

christopherrabotin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gmat's Issues

Problems with compiling GMAT in windows visual code

I am trying to compile and build GMAT in windows visual code that has integrated CMake. I am facing multiple challenges.

-> Firstly, when I ran the "Configure.py" file, I got the error for reading the .tar.bz2 files. I overcame it by replacing the contents of the curl folder with the latest version of "curl".

-> Secondly, I got error in the "configure.py" file at the line "os.rename('vc' + vc_major_version + vc_minor_version + wxtype + 'dll', 'vc' + wxtype + 'dll')". As I did not find any .dll file in that location I have commented this line and the rest of file ran okay and downloaded required dependencies.

-> Finally, after downloading all the dependencies, I have tried to build the GMAT. I am getting the following error:
"Severity Code Description Project File Line Suppression State
Error CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Failed to find XercesC (missing: XercesC_LIBRARY XercesC_INCLUDE_DIR
XercesC_VERSION) C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake 230"

I am new to C++ and appreciate any help. Thank you.

Segfault when deleting last planet in list

These lines will create a segfault. It might work better to reverse iterate for deletion.

for (StringArray::iterator si = bodyStrings.begin(); si != bodyStrings.end(); ++si)
if ((*si) == withName) bodyStrings.erase(si);
for (StringArray::iterator si = defaultBodyStrings.begin(); si != defaultBodyStrings.end(); ++si)
if ((*si) == withName) defaultBodyStrings.erase(si);
for (StringArray::iterator si = userDefinedBodyStrings.begin(); si != userDefinedBodyStrings.end(); ++si)
if ((*si) == withName) userDefinedBodyStrings.erase(si);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.