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 634849f commit 9fc1582Copy full SHA for 9fc1582
test/ExamplesTest.cpp
@@ -107,15 +107,6 @@ class CreateGTSmall1DTest : public CreateAPRTest
107
};
108
109
110
-std::string get_source_directory_apr(){
111
- // returns path to the directory where utils.cpp is stored
112
-
113
- std::string tests_directory = std::string(__FILE__);
114
- tests_directory = tests_directory.substr(0, tests_directory.find_last_of("\\/") + 1);
115
116
- return tests_directory;
117
-}
118
119
void CreateGTSmallTest::SetUp(){
120
121
std::string file_name = get_source_directory_apr() + "files/Apr/sphere_small/original.tif";
0 commit comments