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

removed waring due to string change.

[[Imported from SVN: r2034]]
parent 2a00b042
Branches
Tags
No related merge requests found
......@@ -147,7 +147,7 @@ namespace Dune {
const char *path = "";
GrapeIOStringType fn = genFilename(path,fnprefix,timestep,precision);
printf("Read file: fnprefix = `%s' \n",fn);
std::cout << "Read file: fnprefix = `" << fn << "' \n";
switch (ftype)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment