2012/6/25 andy pugh <[email protected]>: > On 25 June 2012 11:38, Viesturs Lācis <[email protected]> wrote: > >> /tmp/tmpvJHWwB/nhckins.c:107: error: expected identifier before '(' token > > This normally indicates a problem several lines further up the file, > typically a missed "}" symbol. > I think that your "if" in line 101 is the culprit, but I am actually > really quite vague on allowable syntax in C "if" statements.
Andy, do You remember that You helped me with kinematics some time ago? In one of those modules You suggested defining a global way of converting degrees to radians and vice versa. I had them also in this module. Removing those definitions and explicitly adding *180/PM_PI or *PM_PI/180 to each formula did the trick. I have no idea, why, because it worked fine previously. -- Viesturs If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
