mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
move headers to tc directory.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "cosets.h"
|
||||
#include "tc/cosets.h"
|
||||
|
||||
namespace tc {
|
||||
Cosets::Cosets(int ngens) : ngens(ngens), len(0) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "groups.h"
|
||||
#include "tc/groups.h"
|
||||
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "solver.h"
|
||||
#include "tc/solver.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user