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 strongm 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. pingat

    How to add 15 mins to the date format mentioned below

    how about a loop that counts to 4 and adds 1500 each time?
  2. pingat

    module regression and compiling

    exactly that solved my problem :) thank you really much! I will try to get more into this module thing now, thank you for the tutorial as well. best regards pingat
  3. pingat

    module regression and compiling

    yes of course. But it's not that easy. kro uses kur and kur calls many functions that are defined in kro, that makes this error. But this code once worked, i didn't wrote it on my own. I think this regression became illegal after the code was written. So i search something to make this...
  4. pingat

    module regression and compiling

    oh i'm sorry, in the real code they are named different. i just changed the names to post it here. in origin it looks like that: kro.f90:5.6: use kur 1 Error: 'kro' of module 'kur', imported at (1), is also the name of the current program unit so, thats not the problem. but thanks...
  5. pingat

    Finite Differences

    by the way, whats this line: u(i,j)=c3*u(i,j-1)+alfa*(u(i+1,j-1)+u(i-1,j-1))-u(i,j-2) alfa=alpha?
  6. pingat

    Finite Differences

    Hey there :) I guess its a question of stability. Haven't looked into the physics, but dx=dt may causes problems. try a bigger dx and a smaller dt. greetings from austria
  7. pingat

    module regression and compiling

    Hello there :) I need to edit and include some old fortran codes in my program. But i'm not familiar with fortran as i thought :D The code should work but compiling it brings some errors. If I want to compile it with gfortran, the most annoying one is this regression thing: sub.f90:5.6...

Part and Inventory Search

Back
Top