Group: comp.lang.fortran · Group Profile · Search for Term2 in comp.lang.fortran
Author: Terence
Date: Jul 27, 2006 16:04
...( (term) *a* (term) * b * (term) .) It would be unusual to separate the a and b multipliers. Possibility number two is, are you sure you should not have: jacobian_det = product( term1,term2,term3) and product( ) is a real function? In which case those leading asterisks should be commas. Also you use terms 1/(1-t) and 1/t. So in ALL cases integer variable t should NOT be either...
|