Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hoanghiep

    My error: REAL cannot be declared inside labelled DO block (perhaps missing CONTAINS or END statemen

    I try to fix the program again. But then It does not run when I press 'start run'. Nothing happens even the black window what's wrong with it? Thank you! Below is my code which has been edited. program researchwork implicit none integer, parameter :: ikind=selected_real_kind(p=15) real...
  2. hoanghiep

    My error: REAL cannot be declared inside labelled DO block (perhaps missing CONTAINS or END statemen

    Thank Mr xwb for showing me my error. I have changed "do 10 nI, 100, H" into "do n = nI, 100, H" and put the two function declarartions out of do block. But when I look at the output, It seems that I have one more error. Here is what Output says about the error: M2 must appear in a type...
  3. hoanghiep

    My error: REAL cannot be declared inside labelled DO block (perhaps missing CONTAINS or END statemen

    When I make a compile. the output shows me the following error: -REAL cannot be declared inside labelled DO block (perhaps missing CONTAINS or END statement?) Can any one help me with this problem? Thank you! Below is my code: program researchwork implicit none integer, parameter ...

Part and Inventory Search

Back
Top