Skip to content

Commit 5d6957c

Browse files
committed
Update test req.yaml
Update test req.yaml to refer to new format of pcd.yaml
1 parent 078f43c commit 5d6957c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

tools/cpcd/test/req.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
# This is an example of a user-requested list of physical constants
2-
# to be looked up in the dictionary by the CPCD parser and included
3-
# in the generate source code.
4-
5-
ASHandbook1964: [ pi, gamma ]
6-
CODATA2014:
1+
mathematical: [pi, em_gamma, square_root_of_2]
2+
universal_physical:
73
- standard_acceleration_of_gravity
84
- speed_of_light_in_vacuum
95
- stefan_boltzmann_constant
10-
GRS80: mean_radius
11-
IAPWS1995: [ liquid_water_triple_point_density, vapor_water_triple_point_density ]
12-
ASHandbook1964: square_root_of_2
13-
ASHandbook1964: pi
6+
earth_physical: mean_radius
7+
water: [ liquid_water_triple_point_density, vapor_water_triple_point_density ]

0 commit comments

Comments
 (0)