Skip to content
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

Merged
merged 13 commits into from
Dec 11, 2018
Merged

Conversation

endJunction
Copy link
Member

@endJunction endJunction commented Dec 10, 2018

#2235 continued, especially addressing issues pointed out by @wenqing.

  • Several renames
  • Move some (generalized) algorithms to BaseLib (and fix msvc warnings)
  • Use values where it is not necessary to pointers
  • clang-format
  • add braces around statements

Copy link
Member

@wenqing wenqing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@wenqing
Copy link
Member

wenqing commented Dec 11, 2018

Docker-Conan error.

@endJunction endJunction merged commit d093e32 into ufz:master Dec 11, 2018
@endJunction endJunction deleted the lie-intersects-pr branch December 11, 2018 09:20
_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{
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added in master.

@ogsbot
Copy link
Member

ogsbot commented Jun 19, 2020

OpenGeoSys development has been moved to GitLab.

See this pull request on GitLab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants