* ./crlcore/src/ccore:
- Bug: In Histogram.cpp, take into account the removal of boost filesystem.
This commit is contained in:
parent
039e58e30a
commit
ce5b06cccc
|
@ -115,7 +115,7 @@ namespace CRL {
|
|||
toFile ( datFile.string() );
|
||||
|
||||
Utilities::Path pltFile ( basename+_fileExtension+".plt" );
|
||||
ofstream fd ( pltFile.string() );
|
||||
ofstream fd ( pltFile.string().c_str() );
|
||||
|
||||
if ( not _mainTitle.empty() )
|
||||
fd << "set title \"" << _mainTitle << "\"\n";
|
||||
|
|
Loading…
Reference in New Issue