fix comparator

This commit is contained in:
2025-10-30 15:33:18 +03:00
parent 7586d07243
commit a448728a3d
2 changed files with 22 additions and 22 deletions

View File

@@ -6,5 +6,5 @@ auto main(int argc, char *argv[]) -> int
float c_array[] = { 130.81, 138.59, 146.83, 155.56, 164.81, 174.61, 185.00, 196.00, 207.65, 220.00, 233.08, 246.94 };
hack::comparators::source(c_array, frequencies.size(), "/mnt/raid/projects/hack/hack/bin/examples/comparators/test.txt");
hack::comparators::compare(frequencies, "/mnt/raid/projects/hack/hack/bin/examples/comparators/test.txt");
hack::comparators::compare(frequencies, "/mnt/raid/projects/hack/hack/bin/examples/comparators/test.txt");
}