MADjestic Posted October 29, 2006 Share Posted October 29, 2006 Hi, folks I assume that in the case of a SOP operator - the first iput geo is handled with gdp. What if I want 2 inputs - for another geometry or forces, whatever - how can I address the second input's geo? Thanks. Quote Link to comment Share on other sites More sharing options...
sibarrick Posted October 30, 2006 Share Posted October 30, 2006 const GU_Detail *secondgdp; if( (secondgdp = inputGeo(1,context)) == NULL ) return error(); Quote Link to comment Share on other sites More sharing options...
MADjestic Posted October 30, 2006 Author Share Posted October 30, 2006 const GU_Detail *secondgdp;if( (secondgdp = inputGeo(1,context)) == NULL ) return error(); Oh, cool! I owe you a beer, Simon. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.