Update constants

This commit is contained in:
Cory Balaton 2023-10-31 10:48:21 +01:00
parent 5c2c964a1a
commit 033947b97d
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

@ -12,4 +12,8 @@
#ifndef __CONST__
#define __CONST__
/** @brief Boltzmann constant. unit \f$ \frac{J}{K} \f$.
* */
#define k_B 1.380649e-23
#endif