- Timestamp:
- Dec 4, 2025, 5:17:54 PM (3 weeks ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
-
ambres.cpp (modified) (1 diff)
-
ambres.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/ambres.cpp
r10792 r10793 11 11 using namespace std; 12 12 using namespace BNC_PPP; 13 14 const double AmbRes::sigCon = 1e-4; 13 15 14 16 // -
trunk/BNC/src/PPP/ambres.h
r10791 r10793 23 23 24 24 private: 25 static const exprdouble sigCon= 1e-4;25 static const double sigCon; 26 26 27 27 class ZdAmb {
Note:
See TracChangeset
for help on using the changeset viewer.
