Skip to content
Snippets Groups Projects
Commit 4ceebb9b authored by Noels Ludovic's avatar Noels Ludovic
Browse files

Update umat.f

parent 4a846c26
No related branches found
No related tags found
No related merge requests found
......@@ -1076,7 +1076,7 @@ C END IF
END DO
coeffs(1) = 1.d0
DO O5 = 2, order
DO O5 = 2, order-1
coeffs(O5) = coeffs(O5 - 1) * REAL(O5, 8)
END DO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment