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 

Search found 24 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Value of argument (DHYD) not being passed.
Jim

Replies: 4
Views: 2856

PostForum: Support   Posted: Wed May 25, 2022 6:54 pm   Subject: Error solved! Recommendation for cloud service to upload?
Hi mecej4,

Thank you for catching that typo! I looked and looked for the error and it was right in front of me! Embarassed

Would you make a suggestion for a cloud service to upload to per your comme ...
  Topic: Value of argument (DHYD) not being passed.
Jim

Replies: 4
Views: 2856

PostForum: Support   Posted: Mon May 23, 2022 5:15 pm   Subject: Value of argument (DHYD) not being passed.
The value of argument (DHYD) is not being passed from SUBROUTINE to a FUNCTION. I verified the value exists in the SUBROUTINE but when I print out the value in the FUNCTION it is 0.0 instead of 0.177 ...
  Topic: Step into (F7) option in Plato.
Jim

Replies: 1
Views: 5355

PostForum: Plato   Posted: Tue May 17, 2022 3:48 pm   Subject: Step into (F7) option in Plato.
Is there an option for Build - Step Into (F7) option in Plato that would allow going backwards from the error message when program terminates? This would save time in pressing F7 continuously to get ...
  Topic: Simple Interpolation
Jim

Replies: 2
Views: 12384

PostForum: Support   Posted: Fri Apr 15, 2016 8:39 pm   Subject: Simple Interpolation
I want to do a simple linear interpolation between points. I read in the following data using

DO 50 I = 1,NUMBR,1
READ(25,*)MD(I),INC(I),AZM(I)
50 CONTINUE

Data

MD(I) INC(I ...
  Topic: Wheat and chaff
Jim

Replies: 2
Views: 7318

PostForum: Suggestions   Posted: Tue Feb 28, 2012 5:44 pm   Subject: How do I?
Absolutely! My next post was going to ask another question. For us casual users, there is a great need to understand some basics; like the following:

How do I use the C compiler in FTN95? Show a ...
  Topic: Invalid Floating Point Operation and Number
Jim

Replies: 4
Views: 13137

PostForum: Support   Posted: Fri Nov 25, 2011 6:42 pm   Subject:
The following message appeared:

In a call to BSOLVE from another procedure, the second argument was of type REAL(KIND=2), it is now REAL(KIND=1)

Jim
  Topic: Invalid Floating Point Operation and Number
Jim

Replies: 4
Views: 13137

PostForum: Support   Posted: Fri Nov 25, 2011 6:41 pm   Subject:
I was not. I did and got another error.

Jim
  Topic: Invalid Floating Point Operation and Number
Jim

Replies: 4
Views: 13137

PostForum: Support   Posted: Fri Nov 25, 2011 3:34 pm   Subject: Invalid Floating Point Operation and Number
I am receiving a "Invalid Floating Point Operation" error in the debugger at the following line:

A(J1,KP1)=A(J1,KP1)+P(N2)*(Y(J2)-Z(J2))

and receiving the message "Invalid floatin ...
  Topic: Reading and writing compass azimuth.
Jim

Replies: 1
Views: 4260

PostForum: Support   Posted: Fri Nov 04, 2011 12:27 am   Subject: Reading and writing compass azimuth.
How would you structure a READ and WRITE statement for compass azimuths in the following format:

N45.00E or N45.00W
S45.00E or S45.00W

It has to be generic since the azimuth will be in 1 or 4 q ...
  Topic: Trigonometric Functions COS and SIN.
Jim

Replies: 8
Views: 10724

PostForum: Support   Posted: Mon Oct 31, 2011 2:35 pm   Subject: Trig functions.
Specified in degrees.
  Topic: Trigonometric Functions COS and SIN.
Jim

Replies: 8
Views: 10724

PostForum: Support   Posted: Mon Oct 31, 2011 1:17 pm   Subject: Trigonometric Functions COS and SIN.
My program is calculating incorrect numbers for the following code:

DLS1(K)=COS(INC(K-1))
DLS2(K)=COS(INC(K))
DLS3(K)=SIN(INC(K-1))
DLS4(K)=SIN(INC(K))
DLS5(K)=COS(AZM(K)-AZM(K-1))

DLS(K)=AC ...
  Topic: Error in IF statement.
Jim

Replies: 3
Views: 5670

PostForum: General   Posted: Fri Sep 23, 2011 12:43 pm   Subject: Addendum to IF statement.
I want to set ETA(I) to different values when the number is less than 0, equal to 0 and greater than 0.
  Topic: Error in IF statement.
Jim

Replies: 3
Views: 5670

PostForum: General   Posted: Fri Sep 23, 2011 12:41 pm   Subject: Error in IF statement.
I am getting the error "The condition in an IF statement should be logical".

IF (ETA(I)<0) THEN
HEIGHT(I)=ETA(I)
HEIGHT(I)=HEIGHT(I)*HUP(1,KI)
ELSE IF (ETA(I)=0) THEN
HEIGHT(I)=ETA ...
  Topic: Error 169 - different types cannot be comapred with .EQ.
Jim

Replies: 5
Views: 8649

PostForum: General   Posted: Mon Sep 19, 2011 1:25 am   Subject: Error 169 - different types cannot be comapred with .EQ.
I am getting an error when compiling the following expression:

IF (UX.EQ.'US'.OR.UX.EQ.'ME'.OR.UX.EQ.'us'.OR.UX.EQ.'Me'.
*OR.UX.EQ.'me') GOTO 110

"error 169 - Different types cannot b ...
  Topic: Linking separate subroutines with FTN95.
Jim

Replies: 5
Views: 7724

PostForum: Support   Posted: Tue Feb 15, 2011 10:28 pm   Subject:
All of the subroutines are in one file now but I want to separate them. How does the project determine what the executable name will be?
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group