Adding own source code to groops #346
tmayerguerr
started this conversation in
Show and tell
Replies: 3 comments 2 replies
-
|
Hi, I want to add a cpp file with a header file (new.h and new.cpp). How should I add it for compilation? Sincerely! |
Beta Was this translation helpful? Give feedback.
0 replies
-
For example, I want to add a new type of observation equation.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Hi Torsten, just wondering if it is possible to add a program written in FORTRAN into GROOPS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Here is an short explanation of how to add your own source code to GROOPS.
The easiest way is to add your own new program:
programs/misc/myNewProgram.cppand adjust it to your needs.This should give you an first idea of how to add your own code.
Best regards
Torsten
Beta Was this translation helpful? Give feedback.
All reactions