murphy’s notes

after one day of frustrating debugging a simple program, i just want to dedicate one page to record some silly mistakes i made. also, f**k murphy’s law.

fortran

  • when assign a real type number, put the decimal point in all the integers! for example, if x=1/y, write x=1.0/y, otherwise x will be zero if y is large.