Commit fa249b1
committed
Fix a bug that crept in when we switched dispatchers.
If needA is false, agrid likely doesn't exist, so we should just
dispatch on the bgrid rather than try to verify a and b have
the same type. I believe the old code would have ignored the passed
in agrid in this case.
Signed-off-by: jlait <[email protected]>1 parent 9408abc commit fa249b1
File tree
2 files changed
+4
-3
lines changed- openvdb_houdini/openvdb_houdini
- pendingchanges
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1524 | 1524 | | |
1525 | 1525 | | |
1526 | 1526 | | |
1527 | | - | |
1528 | | - | |
1529 | | - | |
| 1527 | + | |
1530 | 1528 | | |
1531 | 1529 | | |
1532 | 1530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments