Skip to content
Snippets Groups Projects
Commit 082b0f6c authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor changes due to string change.

[[Imported from SVN: r2024]]
parent dde15980
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ namespace Dune ...@@ -240,7 +240,7 @@ namespace Dune
inline bool DFAdapt< DiscreteFunctionSpaceType >:: inline bool DFAdapt< DiscreteFunctionSpaceType >::
write_pgm( const std::basic_string<char> fn ) write_pgm( const std::basic_string<char> fn )
{ {
std::ofstream out( fn ); std::ofstream out( fn.c_str() );
enum { dim = GridType::dimension }; enum { dim = GridType::dimension };
......
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