| 654 |
|
|
| 655 |
|
StuntDouble* sd; |
| 656 |
|
|
| 657 |
< |
RealType min_val; |
| 657 |
> |
RealType min_val(0.0); |
| 658 |
|
int min_found = 0; |
| 659 |
< |
StuntDouble* min_sd; |
| 660 |
< |
|
| 661 |
< |
RealType max_val; |
| 659 |
> |
StuntDouble* min_sd = NULL; |
| 660 |
> |
|
| 661 |
> |
RealType max_val(0.0); |
| 662 |
|
int max_found = 0; |
| 663 |
< |
StuntDouble* max_sd; |
| 663 |
> |
StuntDouble* max_sd = NULL; |
| 664 |
|
|
| 665 |
|
for (sd = seleManA_.beginSelected(selei); sd != NULL; |
| 666 |
|
sd = seleManA_.nextSelected(selei)) { |
| 1020 |
|
int selej; |
| 1021 |
|
|
| 1022 |
|
Snapshot* currentSnap_ = info_->getSnapshotManager()->getCurrentSnapshot(); |
| 1023 |
– |
RealType time = currentSnap_->getTime(); |
| 1023 |
|
Mat3x3d hmat = currentSnap_->getHmat(); |
| 1024 |
|
|
| 1025 |
|
StuntDouble* sd; |
| 1467 |
|
int selej; |
| 1468 |
|
|
| 1469 |
|
Snapshot* currentSnap_ = info_->getSnapshotManager()->getCurrentSnapshot(); |
| 1471 |
– |
RealType time = currentSnap_->getTime(); |
| 1470 |
|
Mat3x3d hmat = currentSnap_->getHmat(); |
| 1471 |
|
|
| 1472 |
|
StuntDouble* sd; |
| 1810 |
|
} |
| 1811 |
|
|
| 1812 |
|
if (hasSelectionB_) { |
| 1813 |
< |
if (evaluatorB_.hasSurfaceArea()) |
| 1813 |
> |
if (evaluatorB_.hasSurfaceArea()) { |
| 1814 |
|
areaB = evaluatorB_.getSurfaceArea(); |
| 1815 |
< |
else { |
| 1815 |
> |
} else { |
| 1816 |
|
|
| 1817 |
|
int isd; |
| 1818 |
|
StuntDouble* sd; |