|
|
|||
File indexing completed on 2026-06-02 08:48:21
0001 #ifndef GSL_UTILS_H 0002 #define GSL_UTILS_H 0003 0004 /** 0005 * @file GSLUtils.h 0006 * @author Bryan BERTHOU (SPhN / CEA Saclay) 0007 * @date 22 January 2016 0008 * @version 1.0 0009 * 0010 * @class GSLUtils 0011 * 0012 * @brief 0013 */ 0014 0015 class GSLUtils { 0016 public: 0017 static double GSL_MAX_DBL(double a, double b); 0018 }; 0019 0020 #endif /* GSL_UTILS_H */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|