Skip to content

Commit fdec755

Browse files
committed
Rename project into vector-matrix to follow polymath conventions
1 parent f59f6c7 commit fdec755

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Class {
2-
#name : #BaselineOfPolyMathDataStructures,
2+
#name : #BaselineOfMathVectorMatrix,
33
#superclass : #BaselineOf,
4-
#category : #BaselineOfPolyMathDataStructures
4+
#category : #BaselineOfMathVectorMatrix
55
}
66

77
{ #category : #baselines }
8-
BaselineOfPolyMathDataStructures >> baseline: spec [
8+
BaselineOfMathVectorMatrix >> baseline: spec [
99

1010
<baseline>
1111
spec for: #common do: [ "Packages"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package { #name : #BaselineOfMathVectorMatrix }

src/BaselineOfPolyMathDataStructures/package.st

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)