We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf35b26 commit 4fef7f6Copy full SHA for 4fef7f6
test/APRTestCuda.cpp
@@ -126,17 +126,6 @@ class CreateCR1000 : public CreateGPUAPRTest
126
};
127
128
129
-std::string get_source_directory_apr(){
130
- // returns path to the directory where utils.cpp is stored
131
-
132
- std::string tests_directory = std::string(__FILE__);
133
- tests_directory = tests_directory.substr(0, tests_directory.find_last_of("\\/") + 1);
134
135
- return tests_directory;
136
-}
137
138
139
140
void CreateSmallSphereTest::SetUp(){
141
142
0 commit comments