Skip to content
Snippets Groups Projects
Commit 2a1c68f1 authored by webmanue's avatar webmanue
Browse files

use real_type for Energy, Time

parent 206de31c
No related merge requests found
Pipeline #106720 passed
......@@ -28,8 +28,8 @@ struct MaterialModelBase {
using value_type = ValueType_;
using real_type = RealType_;
using Energy = value_type;
using Time = value_type;
using Energy = real_type;
using Time = real_type;
/**
* @brief Use this id to specify an unknown displacement gradient id.
......
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