-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIE intersect (continued). #2293
Conversation
Also drop the unnecessary 'inline', because of a template function.
The usage in the code is simpler due to value semantics. Initialization is more safe.
Also add a constructor for simple members of the BranchProperty. Fix node_id type.
Also add a ctor for RAII.
No underscore for public members; Drop type prefix from the name.
clang-tidy '*readability-braces-around-statements'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Docker-Conan error. |
_process_data._vec_junction_property.emplace_back(junction); | ||
auto const& material_ids = vec_junction_nodeID_matIDs[i].second; | ||
assert(material_ids.size() == 2); | ||
std::array<int, 2> fracture_ids{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: suggest braces around initialization of subobject.
The use of double braces should fix the warning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, added in master.
OpenGeoSys development has been moved to GitLab. |
#2235 continued, especially addressing issues pointed out by @wenqing.