Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmena authored Oct 6, 2023
1 parent 4caf2ff commit 5af1d78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/Developers/Guidelines/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ Although Xmipp supports stacks of volumes (4 dimensions arrays) in
memory, it is recommended to avoid allocate in memory as much images as
possible at once. If your code is going to iterate over a set of images
stored in a stack file, then you should try accessing each image at
once. ## Coding ### C++ guidelines
once.

Coding
-----------
C++ guidelines
~~~~~~~~~~~~~~~

Source code is like the text of a book, it is possible to be understood
with almost any formatting but much more easier if it is done properly.
Expand Down

0 comments on commit 5af1d78

Please sign in to comment.