Community
Participate
Working Groups
Hi, I get syntax error for following simplified code block: select type (xx) type is (xmotion) end select Nothing actually wrong with the above. If I then add a print statement then error goes away: select type (xx) type is (xmotion) print*,'hi' end select Seems to be a minor issue with empty "Select Type" blocks. Philip
Thanks, Philip. You're right; this should be allowed and is not in Photran 6 RC2. I fixed this in CVS. It will be in the RC3 build next week.