Skip to content
Snippets Groups Projects
Commit 36329d20 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

write the solution into the directory given by 'resultPath'

[[Imported from SVN: r8634]]
parent 533bc12c
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ int main (int argc, char *argv[]) try
// Output result
// //////////////////////////////
CosseratVTKWriter<GridType>::write(grid,x,"cosserat");
CosseratVTKWriter<GridType>::write(grid,x, resultPath + "cosserat");
// finally: compute the average deformation of the Neumann boundary
// That is what we need for the locking tests
......
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