Skip to content
Snippets Groups Projects
Commit 706c1f38 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MatL/S] Automatic formatting of python script

parent 9168d64b
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ for i in range(nTime - 1): ...@@ -94,7 +94,7 @@ for i in range(nTime - 1):
s.e1[0] ** 2 s.e1[0] ** 2
+ s.e1[1] ** 2 + s.e1[1] ** 2
+ s.e1[2] ** 2 + s.e1[2] ** 2
- epsilonV ** 2 / 3 - epsilonV**2 / 3
+ 2 * s.e1[3] ** 2 + 2 * s.e1[3] ** 2
) )
/ 3 / 3
......
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