Try recon

This commit is contained in:
kradchen
2023-06-14 14:48:53 +08:00
parent 4913ab7e60
commit 1d0b53126a
3 changed files with 49 additions and 26 deletions

View File

@@ -1,3 +1,4 @@
#include "config/config.h"
#define EIGEN_USE_MKL_ALL
#include <iostream>
@@ -28,6 +29,7 @@ int main()
auto defaultLogger = getLogger("Main");
spdlog::set_default_logger(defaultLogger);
SPDLOG_INFO("start");
Recon::initalizeConfig();
Recon::startReconstructions();
SPDLOG_INFO("finish");
return 0;