mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-22 03:37:57 +02:00
remove templates
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
#include "aare/File.hpp"
|
||||
#include <filesystem>
|
||||
template<DetectorType detector,typename DataType>
|
||||
class RawFileFactory{
|
||||
public:
|
||||
// RawFileFactory();
|
||||
// ~RawFileFactory();
|
||||
File<detector,DataType> loadFile(std::filesystem::path fpath);
|
||||
File loadFile(std::filesystem::path fpath);
|
||||
};
|
Reference in New Issue
Block a user