replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - how to eliminate the final compiling error?
forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to eliminate the final compiling error?

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
shah



Joined: 18 Oct 2011
Posts: 13

PostPosted: Thu Oct 20, 2011 10:30 am    Post subject: how to eliminate the final compiling error? Reply with quote

DATA R/-1.DO,1.DO,1.DO,-1.DO/
DATA S/-1.DO,-1.DO,1.DO,1.DO/
DATA U/-1.DO,1.DO,1.DO,-1.DO/
DATA V/-1.DO,-1.DO,1.DO,1.DO/
DATA WG/1.DO,1.DO,1.DO,1.DO/

it shows
: error 1069 - Terminating decimal point for binary operator token expected but not found
: error 52 - Compilation abandoned

then i modified the above to

DATA R/-1.0,DO,1.0,DO,1.0,DO,-1.0,DO/
DATA S/-1,DO,-1,DO,1,DO,1,DO/
DATA U/-1,DO,1,DO,1,DO,-1,DO/
DATA V/-1,DO,-1,DO,1,DO,1,DO/
DATA WG/1,DO,1,DO,1,DO,1,DO/

: error 287 - All items in a DATA statement's value list must be literal constants

then again i modified the above to

DATA R/-1.0,1.0,1.0,-1.0/
DATA S/-1.0,-1.0,1.0,1.0/
DATA U/-1.0,1.0,1.0,-1.0/
DATA V/-1.0,-1.0,1.0,1.0/
DATA WG/1.0,1.0,1.0,1.0/

*** SUBROUTINE 'PLATE4' called with argument no 9 as a REAL(KIND=2) when a INTEGER(KIND=3) was expected (from SUBROUTINE 'PLATE')


does this changes the actual programme how to eliminate the final compiling error?
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 8210
Location: Salford, UK

PostPosted: Thu Oct 20, 2011 11:12 am    Post subject: Reply with quote

In your first line (and following) you appear to have used the letter O where you need the number 0. i.e. it should be 1.D0 and not 1.DO etc.
Back to top
View user's profile Send private message AIM Address
shah



Joined: 18 Oct 2011
Posts: 13

PostPosted: Thu Oct 20, 2011 1:28 pm    Post subject: Re: Reply with quote

PaulLaidler wrote:
In your first line (and following) you appear to have used the letter O where you need the number 0. i.e. it should be 1.D0 and not 1.DO etc.


thank you very much...it worked...
but after doing what u told now i am having another difficulty
which i had recently posted...
plz help me on that also if possible...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group