Difference between revisions of "Outputs"
From orch
| Line 1: | Line 1: | ||
| + | [[File:screenshot.png|300px|thumb|right|Screenshot of the running main program]] | ||
| + | |||
Once your "condition.cpp" is filled with the desired key words, you can run the code with | Once your "condition.cpp" is filled with the desired key words, you can run the code with | ||
| + | |||
| + | |||
<code> | <code> | ||
| Line 14: | Line 18: | ||
| − | if the main program is correctly running, your terminal should | + | if the main program is correctly running, your terminal should display the ORCh logo and all the information on your flame and your scheme. |
| + | |||
| + | |||
| − | |||
| − | |||
== Compute Trajectories == | == Compute Trajectories == | ||
Revision as of 14:59, 13 March 2017
Once your "condition.cpp" is filled with the desired key words, you can run the code with
make clean
make
and
./mainProgram
if the main program is correctly running, your terminal should display the ORCh logo and all the information on your flame and your scheme.