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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by edstud

  1. edstud

    reading until end of file

    RE TO MYSELF. THE TRICK IS IN USING THE fmt PARAMETER ! PROGRAMMA VOOR KWADRATEN: ! DIT PROGRAMMA BEVAT EEN LOOP DIE VERLATEN WORDT ALS ER EEN EOF CONDITIE ! ONTDEKT WORDT (DO UNTIL EOF). ! DOUBLE PRECISION QUADR ! 100 CONTINUE ! open(unit=30...
  2. edstud

    reading until end of file

    Sorry for my inane questions, I have a program that does not work, could anyone of you please be gentle enough to correct this and execute it?. Thanks! program test open(unit=29,file='data.dat', status='old') do while(1.eq.1) write(*,*) ' I am here '...
  3. edstud

    reading until end of file

    The EOF does not work on my program, how to fix it? ! Variables integer, findpos real yvalue integer, parameter :: maxval=40 character (len=10) chain_x character (len=40) chain_y character *(maxval) garbage character*1 delimeter...
  4. edstud

    Pseudocode?! Whats this?!

    It is not that difficult to understand, it is just the stuff in between a flow diagram and your actual programing code, you usually put this on coments once you are writing stuff. The pseudocode helps you to know where you are. Example. ! program compute DFT call readdata call readorbitals...

Part and Inventory Search

Back
Top