Skip to content
Snippets Groups Projects
Commit cb074f36 authored by Kaj Williams's avatar Kaj Williams
Browse files

fixed isd variable again

parent 08c48f8a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ using json = nlohmann::json;
class FrameIsdTest : public ::testing::Test {
protected:
csm::Isd isd;
virtual void SetUp() {
std::ifstream isdFile("data/simpleFramerISD.json");
......@@ -36,7 +37,7 @@ class FrameSensorModel : public ::testing::Test {
protected:
UsgsAstroFrameSensorModel *sensorModel;
csm::Isd isd;
void SetUp() override {
sensorModel = NULL;
std::ifstream isdFile("data/simpleFramerISD.json");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment