Skip to content

Commit

Permalink
Merge pull request #37 from metorm/master
Browse files Browse the repository at this point in the history
Bugfix: "ambiguous call to 'select'" caused by aslLevelSetLinear.cxx
  • Loading branch information
AvtechScientific authored Sep 30, 2017
2 parents a890db8 + c072474 commit f4e3674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/num/aslLevelSetLinear.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ namespace asl
//DistFNormalization::scaleFactor);
kk << (newDistance = select(newDistance/DistFNormalization::scaleFactor,
newDistance/(1. - newDistance),
newDistance*subVE(distanceTVE->values, 0) < 0));
newDistance*subVE(distanceTVE->values, 0) < 0,
type));

// kk << assignmentSafe (distanceFieldInternalData->getSubContainer(),
// select( newDistance,
Expand Down

0 comments on commit f4e3674

Please sign in to comment.