Add Main strart reconconstruction

This commit is contained in:
kradchen
2023-06-02 15:51:45 +08:00
parent b1727b193b
commit 7f8b70746f
2 changed files with 3 additions and 3 deletions

View File

@@ -8,9 +8,9 @@
#include "common/ceMatchedFilterHandling.h"
#include "MatlabReader.h"
#include "startReconstructions.h"
int main()
{
Recon::startReconstructions();
return 0;
}