Skip to content

Commit

Permalink
Merge pull request #158 from moosetechnology/issue-famix-784
Browse files Browse the repository at this point in the history
Regeneration of  metamodel for Famix esope
  • Loading branch information
NicolasAnquetil authored Jul 4, 2024
2 parents 687a8d2 + a0e7be0 commit 32306f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Famix-Esope-Generator/FamixEsopeGenerator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -274,19 +274,19 @@ FamixEsopeGenerator >> defineClasses [

attribute := self remoteEntity: #Attribute withPrefix: #FamixFortran.

command := builder
command := self
newClassNamed: #Command
comment: self commentCommand.

dimentionalInteger := builder
dimentionalInteger := self
newClassNamed: #DimentionalInteger
comment: self dimentionalIntegerComment.

implicitPointer := builder
implicitPointer := self
newClassNamed: #ImplicitPointer
comment: self commentImplicitPointer.

segment := builder
segment := self
newClassNamed: #Segment
comment: self commentSegment.

Expand Down

0 comments on commit 32306f8

Please sign in to comment.