Skip to content

Commit c9fbc56

Browse files
committed
update for release
1 parent b6cf692 commit c9fbc56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NumericInterpolator/NSLnScale.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ NSLnScale >> domain: arr [
2828
linear domain: (domain collect: [ :n | n ln ])
2929
]
3030

31-
{ #category : #accessing }
31+
{ #category : #initialization }
3232
NSLnScale >> initialize [
3333
super initialize.
34-
linear := self class linear.
34+
linear := self class linear
3535
]
3636

3737
{ #category : #accessing }

0 commit comments

Comments
 (0)