1// bug correct in version 1.19
2cout << ( 10. < 2 ) << endl;
3cout << ( 10. < 2. ) << endl;
4mesh Th=square(5,5);
5fespace Xh(Th,P2);
6Xh v;
7v=label;
8plot(v,value=1,wait=1);
9