Re: Debugging large programs
From: Richard Edgar (rge21_at_astro.su.se)
Date: 11/12/04
- Previous message: Jugoslav Dujic: "Re: On the future of Compaq Visual Fortran !"
- Maybe in reply to: Gordon Sande: "Re: Debugging large programs"
- Next in thread: Jugoslav Dujic: "Re: Debugging large programs"
- Reply: Jugoslav Dujic: "Re: Debugging large programs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 12 Nov 2004 14:55:12 +0100
justabeginner wrote:
> Hey, thanks everyone. I've saved your messages in case I need to refer
> to them in the future. I found the bug...basically I copied and pasted
> repetitive parts of the code (was not worthwhile putting them in a do
> loop because they were at different sections of the program and the do
> loop would've required lots of IF statements; IF (i == 1) then, etc)
> and forgot to modify the pasted parts entirely. I should have changed
> a few counters at different parts of the code, but I only changed one
> and forgot to change the rest.
Ermmmm..... subroutines?
Richard
- Previous message: Jugoslav Dujic: "Re: On the future of Compaq Visual Fortran !"
- Maybe in reply to: Gordon Sande: "Re: Debugging large programs"
- Next in thread: Jugoslav Dujic: "Re: Debugging large programs"
- Reply: Jugoslav Dujic: "Re: Debugging large programs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|