Parent Directory
|
Revision Log
|
Patch
| revision 25485, Mon Sep 22 07:52:52 2008 UTC | revision 25486, Mon Sep 22 12:43:03 2008 UTC | |
|---|---|---|
| # | Line 181 | Line 181 |
| 181 | if (status != 0) return edm; | if (status != 0) return edm; |
| 182 | status = gsl_blas_ddot(fVec, tmp, &edm); | status = gsl_blas_ddot(fVec, tmp, &edm); |
| 183 | if (status != 0) return -1; | if (status != 0) return -1; |
| 184 | // need to diide bby 2 ?? | // need to divide by 2 ?? |
| 185 | return 0.5*edm; | return 0.5*edm; |
| 186 | ||
| 187 | } | } |
|
||||||||
| Subversion Admin | ViewVC Help |
| Powered by ViewVC 1.0.9 |