mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-24 09:42:02 +01:00
public access to gnuplot path
This commit is contained in:
@ -381,9 +381,9 @@ public:
|
||||
friend std::ostream & operator<<(std::ostream &out, const Plot &plot);
|
||||
// plot reset
|
||||
void reset(void);
|
||||
private:
|
||||
// find gnuplot
|
||||
void getProgramPath(void);
|
||||
std::string getProgramPath(void);
|
||||
private:
|
||||
// default options
|
||||
void initOptions(void);
|
||||
private:
|
||||
|
Reference in New Issue
Block a user