|
[Sponsors] |
March 7, 2005, 14:02 |
skk99@imperial.ac.uk
|
#1 |
Guest
Posts: n/a
|
Hi everyone,
a quick question. In the user subroutines, there is a line which includes a file called comdb.inc. Where is this file? I cant find it anywhere... Thanks in advance. Sheila |
|
March 7, 2005, 18:06 |
Re: skk99@imperial.ac.uk
|
#2 |
Guest
Posts: n/a
|
It gets created automatically when the subroutines are compiled. You don't need to worry about it: it's just the mechanism by which star sets the subroutines to be single- or double-precision.
|
|
March 7, 2005, 22:34 |
Re: skk99@imperial.ac.uk
|
#3 |
Guest
Posts: n/a
|
u can also write IMPLICIT DOUBLE PRECISION(A-H,O-Z) instead of include'comb.inc' if u r running in double precision
|
|
March 8, 2005, 18:45 |
Re: skk99@imperial.ac.uk
|
#4 |
Guest
Posts: n/a
|
Thanks everyone
|
|
|
|