Revision 2573090af6357c66486d5bb6ad81ab5618768d70 authored by wenqing on 29 June 2021, 11:43:14 UTC, committed by wenqing on 29 June 2021, 11:43:14 UTC
Use the existing class to compute the rotation matrix in LIE

See merge request ogs/ogs!3672
2 parent s 98aeeb3 + 1f4191c
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top