We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9aacf commit b3acf29Copy full SHA for b3acf29
core/algorithms/map_sympy.cc
@@ -18,7 +18,7 @@ bool map_sympy::can_apply(iterator st)
18
for(auto& ind: ind_free) {
19
const Coordinate *cdn=kernel.properties.get_composite<Coordinate>(ind.second, true);
20
const Symbol *smb=kernel.properties.get_composite<Symbol>(ind.second, true);
21
- if(cdn==false && smb==false)
+ if(cdn==0 && smb==0)
22
return false;
23
}
24
return (ind_dummy.size()==0);
0 commit comments