save bevor debug
This commit is contained in:
parent
2a8e3061db
commit
c1564064ac
10 changed files with 88 additions and 28 deletions
|
@ -189,3 +189,10 @@ void PlottyFile::writeToFile(std::string filename)
|
|||
|
||||
file.close();
|
||||
}
|
||||
|
||||
void PlottyFile::startPlotty(std::string filename)
|
||||
{
|
||||
int code = system(("./plotty --in " + filename).c_str());
|
||||
if(code)
|
||||
throw std::runtime_error("Fehler beim Aufruf von plotty");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue