Skip to content
Snippets Groups Projects
Commit d603289a authored by Robert K's avatar Robert K
Browse files

[cleanup] white space change.

parent f8167474
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ namespace Fem
class GridCheckPointCaller
{
public:
typedef GridImp GridType;
typedef Dune::Fem::CheckPointer< GridType, std::tuple<> > CheckPointerType;
typedef Dune::Fem::CheckPointerParameters CheckPointerParametersType;
typedef GridImp GridType;
typedef Dune::Fem::CheckPointer< GridType > CheckPointerType;
typedef Dune::Fem::CheckPointerParameters CheckPointerParametersType;
/**
* \brief Returns true if checkpoint file exists.
......
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