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

Refactor & Document Fields #2

Merged
merged 10 commits into from
Dec 3, 2017
Merged

Refactor & Document Fields #2

merged 10 commits into from
Dec 3, 2017

Conversation

ahojukka5
Copy link
Member

No description provided.

Code for working with fields is now refactored and documented. A slight
modification is done how to define variable fields. Earlier the syntax
was to define a vector with some content, but this syntax was
not unambiguous, e.g. `update!(el, "f", [1.0, 2.0])` could mean either
constant vector field or variable scalar field in case of Seg2. Now
variable field is defined using Tuple so it's always clear what kind of
field is defined.
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.5%) to 98.496% when pulling 1b25191 on fields into 965cb88 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 99.621% when pulling 7782edb on fields into 965cb88 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1ecb53f on fields into 965cb88 on master.

@ahojukka5 ahojukka5 merged commit 3a0f9f1 into master Dec 3, 2017
@ahojukka5 ahojukka5 deleted the fields branch December 3, 2017 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants