Files
TomoATT/tests/read_write_srcrec.cxx

9 lines
239 B
C++
Raw Normal View History

2025-12-17 10:53:43 +08:00
#include <iostream>
#include "grid.h"
int main() {
std::cout << "Tests started!" << std::endl;
std::cout << "Tests (0) succeeded!" << std::endl;
return 0; // You can put a 1 here to see later that it would generate an error
}