Skip to content
Snippets Groups Projects
Commit 8f987e7c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

restore "protected" in FutestSuite

parent a6088a6c
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,11 @@ public:
int execute(int argc, char** argv);
virtual class IFutest* getFutest() const = 0;
virtual class IFormFactor* getFormFactor() const;
virtual class IFTDistribution2D* getFTDistribution2D() const;
protected:
virtual class GISASSimulation* getSimulation() const;
virtual std::shared_ptr<class ISampleBuilder> getSampleBuilder() const;
virtual OutputData<double>* getReferenceData() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment