Skip to content
Snippets Groups Projects
Commit 7a59ea07 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[function.checkerboard] now defaults to 1

parent 314e3cfb
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ public:
size_t subdomains = 1;
for (size_t ii = 0; ii < numElements.size(); ++ii)
subdomains *= numElements[ii];
const std::vector<RangeFieldType> values = description.getVector("values", RangeFieldType(0), subdomains);
const std::vector<RangeFieldType> values = description.getVector("values", RangeFieldType(1), subdomains);
// convert and leave the checks to the constructor
DomainType lowerLeft;
DomainType upperRight;
......
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