Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 19 (100.0%) | 16 (100.0%) | 0.8 |
jas | 17 (89.5%) | 13 (81.3%) | 0.7 |
dav | 2 (10.5%) | 3 (18.8%) | 1.5 |
Fix a problem with Parallelpiped (aka NaaBoxGeometryPiece). The
problem was that the bounding box was being set to the 1st and
(calculated) last point of the parallelpiped being created.
Unfortunately, the bounding box must have p1 < p2 (ie, all components
of the 1st point must be smaller than the corresponding last point).
I now check for this case and fix it automatically in the
NaaBoxGeometryPiece.
M Grid/Box.h
M Grid/Box.cc
- Added fixBoundingBox() to update (rearrange) the bounding box of a 'Box'.
M GeometryPiece/NaaBoxGeometryPiece.cc
- Set the name of the NaaBoxGeometryPiece correctly.
- Fix the bounding box if necessary, or die (informatively) while trying.
M ProblemSpec/ProblemSpec.h
- Fix function doc to be explict as to what happens if an attribute is
not found.
3 lines of code changed in 2 files:
Update copyright date.
1 lines of code changed in 2 files:
Update copyright dates.
1 lines of code changed in 2 files:
Update copyright dates
3 lines of code changed in 5 files:
Undoing commit 45403
4 lines of code changed in 4 files:
Update copyright date.
4 lines of code changed in 4 files: