1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Renames: NumberTheory -> Numeric.

This commit is contained in:
Thomas Harte
2020-01-19 23:14:35 -05:00
parent 8f94da9daf
commit 1b4b6b0aee
18 changed files with 39 additions and 53 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include "DiskController.hpp"
#include "../../../NumberTheory/Factors.hpp"
#include "../../../Numeric/Factors.hpp"
using namespace Storage::Disk;