Skip to content
Snippets Groups Projects
Commit 38d39bc7 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[examples][cahn-hilliard][model] remove statement on default scalar_t

parent eb9d68a5
No related branches found
No related tags found
1 merge request!3661Cleanup/cahn hilliard example
...@@ -269,7 +269,6 @@ template<class TypeTag> ...@@ -269,7 +269,6 @@ template<class TypeTag>
struct LocalResidual<TypeTag, TTag::CahnHilliardModel> struct LocalResidual<TypeTag, TTag::CahnHilliardModel>
{ using type = CahnHilliardModelLocalResidual<TypeTag>; }; { using type = CahnHilliardModelLocalResidual<TypeTag>; };
// The default scalar type is double.
// We compute with double precision floating point numbers. // We compute with double precision floating point numbers.
template<class TypeTag> template<class TypeTag>
struct Scalar<TypeTag, TTag::CahnHilliardModel> struct Scalar<TypeTag, TTag::CahnHilliardModel>
......
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