Skip to content
Snippets Groups Projects
Commit 9c5f06ad authored by Joris van Zwieten's avatar Joris van Zwieten
Browse files

BugID: 860

- Added method getStation() needed by MeqDFTPS.cc::getLabel(), which in turn is needed
  for writing expression graphs in .dot format. Only compiled in if EXPR_GRAPH is defined.
parent 7d7dd49e
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,13 @@ public:
// Set the UVW coordinate for the given time.
void set (double time, double u, double v, double w);
#ifdef EXPR_GRAPH
const MeqStation *getStation() const
{
return itsStation;
}
#endif
private:
struct MeqTime
{
......
......@@ -71,6 +71,13 @@ public:
// Set the UVW coordinate for the given time.
void set (double time, double u, double v, double w);
#ifdef EXPR_GRAPH
const MeqStation *getStation() const
{
return itsStation;
}
#endif
private:
struct MeqTime
{
......
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