Skip to content
Snippets Groups Projects
Commit 7993ea55 authored by henry's avatar henry
Browse files

Moved gradP.raw to the "uniform" sub-directory.

parent 7d741453
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
IFstream gradPFile IFstream gradPFile
( (
runTime.path()/runTime.timeName()/"gradP.raw" runTime.path()/runTime.timeName()/"uniform"/"gradP.raw"
); );
if(gradPFile.good()) if(gradPFile.good())
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
OFstream gradPFile OFstream gradPFile
( (
runTime.path()/runTime.timeName()/"gradP.raw" runTime.path()/runTime.timeName()/"uniform"/"gradP.raw"
); );
if(gradPFile.good()) if(gradPFile.good())
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
{ {
FatalErrorIn(args.executable()) FatalErrorIn(args.executable())
<< "Cannot open file " << "Cannot open file "
<< runTime.path()/runTime.timeName()/"gradP.raw" << runTime.path()/runTime.timeName()/"uniform"/"gradP.raw"
<< exit(FatalError); << exit(FatalError);
}; };
}; };
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment