Skip to content

Commit ff0e149

Browse files
authored
Merge branch 'devel' into fi_proySubstractionFixes
2 parents f60ced8 + 2c8296b commit ff0e149

File tree

7 files changed

+2102
-1
lines changed

7 files changed

+2102
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
## Release 3.24.06 - O...
1+
## Release 3.24.12 - P
2+
### Xmipp Programs
3+
- New programs
4+
- ..
5+
- Programs updated
6+
- ..
7+
- Programs fixed
8+
- ...
9+
### Installation and user guide
10+
- ..
11+
### More Xmipp
12+
- ...
13+
14+
15+
## Release 3.24.06 - Oceanus
216
### Xmipp Programs
317
- New programs
418
- xtomo tigre reconstruction: This program provides a variety of algorithms to reconstruct tomogram from a set of tilt series
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <reconstruction_adapt_cuda/angular_continuous_assign2_gpu.h>
2+
3+
int main(int argc, char **argv) {
4+
ProgCudaAngularContinuousAssign2 program;
5+
program.read(argc, argv);
6+
return program.tryRun();
7+
}

0 commit comments

Comments
 (0)