mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-23 09:12:03 +01:00
public access to gnuplot path
This commit is contained in:
@ -580,7 +580,7 @@ Plot & Plot::operator<<(PlotModifier &&modifier)
|
||||
}
|
||||
|
||||
// find gnuplot ////////////////////////////////////////////////////////////////
|
||||
void Plot::getProgramPath(void)
|
||||
std::string Plot::getProgramPath(void)
|
||||
{
|
||||
int i, j, lg;
|
||||
char *path;
|
||||
@ -640,6 +640,8 @@ void Plot::getProgramPath(void)
|
||||
buf[lg] = 0;
|
||||
gnuplotPath_ = buf;
|
||||
}
|
||||
|
||||
return gnuplotPath_;
|
||||
}
|
||||
|
||||
// plot parsing and output /////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user