Files
UR/src/startReconstructions.h
2023-09-12 09:53:30 +08:00

10 lines
235 B
C++

#ifndef START_RECONSTRUCTIONS_H
#define START_RECONSTRUCTIONS_H
#include <string>
namespace Recon
{
int startReconstructions(const std::string& aDataPath, const std::string& aDataRefPath, const std::string& aOutputPath);
}
#endif