Skip to content

Commit

Permalink
delete define call_from_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzhiled committed Oct 14, 2020
1 parent e2c9814 commit 9ec7c97
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_1_A.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/projection.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_1_B.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/reflection.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_1_C.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/point.hpp"
#include "../../src/ccw.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_2_A.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/is_parallel.hpp"
#include "../../src/is_orthogonal.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_2_B.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/segment.hpp"
#include "../../src/is_intersect.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_2_C.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/segment.hpp"
#include "../../src/cross_point.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_2_D.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/distance.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_3_A.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/area.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_3_B.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/is_convex.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_3_C.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/polygon.hpp"
#include "../../src/contains.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_4_A.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/polygon.hpp"
#include "../../src/convex_hull.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down
2 changes: 0 additions & 2 deletions test/aoj-cgl/CGL_4_C.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
#include <bits/stdc++.h>
using namespace std;

#define call_from_test
#include "../../src/line.hpp"
#include "../../src/area.hpp"
#include "../../src/convex_cut.hpp"
#undef call_from_test

using namespace geometry;
int main() {
Expand Down

0 comments on commit 9ec7c97

Please sign in to comment.