Skip to content
Snippets Groups Projects
Commit 703517a4 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix indentation

parent 4568dee1
No related branches found
No related tags found
No related merge requests found
Pipeline #1576 failed
......@@ -706,7 +706,7 @@ int main (int argc, char *argv[]) try
{
std::string path = parameterSet.get<std::string>("path");
std::string gridFile = parameterSet.get<std::string>("gridFile");
grid = shared_ptr<GridType>(GmshReader<GridType>::read(path + "/" + gridFile));
grid = shared_ptr<GridType>(GmshReader<GridType>::read(path + "/" + gridFile));
referenceGrid = shared_ptr<GridType>(GmshReader<GridType>::read(path + "/" + gridFile));
}
......
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