Skip to content
Snippets Groups Projects
Commit b770ef56 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Spurious semicolon

parent f95f6a5f
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ int main(int argc, char *argv[]) {
else if (localCoordinates[0] == lowerLeft[0])
;
}
};
}
// Set up functions for time-dependent boundary conditions
typedef Dune::VirtualFunction<double, double> FunctionType;
......
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