Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# CGoGN_3

CGoGN is a C++ library that provides:
- an implementation of several mesh data structures (with a versatile cells attributes mechanism):
Expand Down Expand Up @@ -38,3 +37,4 @@ VS 2013 or better required
- Push your branch with its commits in your GitHub for
- Create a Pull Request from your "[user]" branch to the "develop" branch of this repository
- If you want to update your repository with commits from other contributors, with your "[user]" branch as current branch, you can pull the "develop" branch of this repository. This will fetch new commits and merge them in your branch.