1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

Update README.md

This commit is contained in:
Andrej Prochazka 2019-10-22 21:44:39 +02:00 committed by GitHub
parent ec9a84e28f
commit fed6d9f57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@
CATima
=======
C++ library for caclulalaton of energy loss, range, angular scattering and time of flight of the particle passing through matter.
The library is based on physics used in the ATIMA code,however its not 100% copy of ATIMA physics.
C++ library for calculation of energy loss, range, angular scattering and time of flight of the particle passing through matter.
The library is based on physics used in the ATIMA code,however its not a 100% copy of the ATIMA physics.
see CREDITS for more details.
The WebAtima UI to this library can be found here:
@ -14,7 +14,7 @@ The WebAtima UI to this library can be found here:
Installation
------------
CMake is used to build the library. For default build use:
CMake is used to build the library. For default build:
```
> mkdir build