Update 'Coding Style'
parent
594f3d8dd1
commit
56af6c3efd
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img width="400" src="https://code.hlrs.de/hpcpvogl/BigWhoop/raw/branch/main/docs/img/Headline.svg" alt="Test"
|
||||
<img width="400" src="https://code.hlrs.de/hpcpvogl/BigWhoop/raw/branch/main/docs/img/Headline.svg" alt="Headline"
|
||||
</p>
|
||||
|
||||
<h1 align="center">
|
||||
|
@ -69,12 +69,7 @@ error = initialize_tagtree(
|
|||
exit(error);
|
||||
```
|
||||
### Braces
|
||||
```c
|
||||
prec_control->numCodeblocks_a = (uint64)(prec_control->numCbX
|
||||
* prec_control->numCbY
|
||||
* prec_control->numCbZ
|
||||
* prec_control->numCbTS);
|
||||
```
|
||||
|
||||
### Functions
|
||||
### Derived Types
|
||||
|
||||
|
|
Loading…
Reference in a new issue