[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: altas 3.1b
Camm,
>> The expectation is that the user, if he does not accept the defaults
>> for M, N, lda, will set them correctly (the defaults are correct).
>
>A little confused here -- there doesn't seem to be a command line
>switch to set the lda, only the m and n. Or do you mean that the
>knowledgeable user would edit the source?
Ooops, no. I was suffering under the delusion I had a flag for lda. I'll
add one . . . .
In my code, this:
> else if (*lda < Mmax(1,*N))
should be:
> else if (*cta == 'T' && *lda < Mmax(1,*N))
Cheers,
Clint