Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 97316fe

Browse files
committed
remove not used file
1 parent 81c41e3 commit 97316fe

File tree

5 files changed

+0
-138
lines changed

5 files changed

+0
-138
lines changed

src/ipc/smooth_contact/smooth_collisions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <ipc/distance/point_edge.hpp>
77
#include <ipc/distance/point_line.hpp>
88
#include <ipc/distance/point_point.hpp>
9-
#include <ipc/utils/getRSS.h>
109
#include <ipc/utils/local_to_global.hpp>
1110
#include <ipc/utils/MaybeParallelFor.hpp>
1211

src/ipc/utils/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ set(SOURCES
2222
quadrature.hpp
2323
tangents.cpp
2424
tangents.hpp
25-
getRSS.h
26-
getRSS.c
2725
math.cpp
2826
math.hpp
2927
math.tpp

src/ipc/utils/getRSS.c

Lines changed: 0 additions & 122 deletions
This file was deleted.

src/ipc/utils/getRSS.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/src/tests/potential/test_new.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#include <igl/readCSV.h>
1919
#include <ipc/ipc.hpp>
2020

21-
#include <ipc/utils/getRSS.h>
22-
2321
using namespace ipc;
2422

2523
// TEST_CASE(

0 commit comments

Comments
 (0)