Skip to content

Commit be7498b

Browse files
Add PMConstant class >> gravitationalConstant
Add missing class-side method, PMConstant class >> gravitationalConstant, in "constants" protocol
1 parent 52694cb commit be7498b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Math-Physics-Constants/PMConstant.class.st

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Class {
2525
'speedOfLight',
2626
'standardAccelerationOfGravity'
2727
],
28-
#category : 'Math-Physics-Constants'
28+
#category : #'Math-Physics-Constants'
2929
}
3030

3131
{ #category : #constants }
@@ -93,6 +93,11 @@ PMConstant class >> gasConstant [
9393
^ gasConstant
9494
]
9595

96+
{ #category : #constants }
97+
PMConstant class >> gravitationalConstant [
98+
^ gravitationalConstant
99+
]
100+
96101
{ #category : #constants }
97102
PMConstant class >> h [
98103
^ PlanckConstant

0 commit comments

Comments
 (0)