Mercurial > hg > fxanalyse
diff utils.h @ 169:97112b45b838
Get Sr data logger parameters from configuration file. Code reorganization.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Fri, 14 Feb 2014 16:58:19 +0100 |
parents | be87c8e78266 |
children | e925664b4b1b |
line wrap: on
line diff
--- a/utils.h Fri Feb 14 16:58:08 2014 +0100 +++ b/utils.h Fri Feb 14 16:58:19 2014 +0100 @@ -15,12 +15,6 @@ /* format floating points numbers accordingly to fmt and asdd thousands separator */ const char * thousands(char *buffer, int size, char *fmt, double val); -/* MJD functiom used by the Sr programs */ -static inline double utc2mjd(double utc) -{ - return 15020.0 + utc / 86400.0; -} - double Peta(double x); double Tera(double x); double Giga(double x);