Skip to content
Snippets Groups Projects
Commit 53d6e8ee authored by Petr Strakos's avatar Petr Strakos
Browse files

merge

parents cc2c28d1 35cff1d0
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ It will generate the CxxFullExampleAdaptor executable file. This can be later ru
Provided example is a simple MPI program. Main executing part is written in FEDriver.cxx. It is a simulator code that creates computational grid
<<<<<<< HEAD
```c++
#include "FEDataStructures.h"
#include <mpi.h>
......@@ -113,6 +114,15 @@ int main(int argc, char** argv)
MPI_Finalize();
return 0;
=======
``` line-numbers
#include ahoj.h
int main() {
return 0;
>>>>>>> 35cff1d02526d96d67e349fa8874843cbe149def
}
```
......
.line-numbers{
/* Set "line-numbers-counter" to 0 */
counter-reset: line-numbers-counter;
}
.line-numbers .remark-code-line::before {
/* Increment "line-numbers-counter" by 1 */
counter-increment: line-numbers-counter;
content: counter(line-numbers-counter);
text-align: right;
width: 55px;
border-right: 1px solid #aaa;
display: inline-block;
margin-right: 10px;
padding: 0 5px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment