Skip to content

Commit

Permalink
creation -> create
Browse files Browse the repository at this point in the history
  • Loading branch information
cadrian committed Nov 13, 2013
1 parent 89d3127 commit 8fdabaf
Show file tree
Hide file tree
Showing 491 changed files with 495 additions and 495 deletions.
Expand Up @@ -6,7 +6,7 @@ class BINARYTREES
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/binary-trees/node.e
@@ -1,6 +1,6 @@
class NODE

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/fannkuch/fannkuch.e
Expand Up @@ -8,7 +8,7 @@ class FANNKUCH
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/fasta/fasta.e
Expand Up @@ -6,7 +6,7 @@ class FASTA
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -10,7 +10,7 @@ inherit
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -8,7 +8,7 @@ class MANDELBROT
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/n-body/body.e
@@ -1,6 +1,6 @@
class BODY

creation {ANY}
create {ANY}
jupiter, saturn, uranus, neptune, sun

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/n-body/nbody.e
Expand Up @@ -9,7 +9,7 @@ class NBODY
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/n-body/nbody_system.e
@@ -1,6 +1,6 @@
class NBODY_SYSTEM

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -10,7 +10,7 @@ class NSIEVEBITS
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/nsieve/nsieve.e
Expand Up @@ -11,7 +11,7 @@ class NSIEVE
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -11,7 +11,7 @@ class PARTIALSUMS
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -3,7 +3,7 @@ class PI_DIGIT_SPIGOT
-- Written by Cyril Adrian <cyril.adrian@laposte.net>
--

creation {PIDIGITS}
create {PIDIGITS}
make

feature {PIDIGITS}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/pidigits/pidigits.e
Expand Up @@ -6,7 +6,7 @@ class PIDIGITS
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/recursive/recursive.e
Expand Up @@ -10,7 +10,7 @@ class RECURSIVE
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/regex-dna/regexdna.e
Expand Up @@ -9,7 +9,7 @@ class REGEXDNA
insert
REGULAR_EXPRESSION_BUILDER

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -7,7 +7,7 @@ insert
ARGUMENTS
PLATFORM

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -9,7 +9,7 @@ class SPECTRALNORM
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/startup/startup.e
Expand Up @@ -3,7 +3,7 @@
-- http://www.bagley.org/~doug/shootout/
class STARTUP

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/dev/eiffel/sum-col/sumcol.e
Expand Up @@ -6,7 +6,7 @@ class SUMCOL
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -3,7 +3,7 @@ class THREADRING
insert
ARGUMENTS

creation {}
create {}
make

feature {}
Expand Down
@@ -1,6 +1,6 @@
class THREADRING_PROCESS

creation {THREADRING}
create {THREADRING}
make

feature {}
Expand Down
Expand Up @@ -6,7 +6,7 @@ class BINARYTREES
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
@@ -1,6 +1,6 @@
class NODE

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -8,7 +8,7 @@ class FANNKUCH
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/official/eiffel/fasta/fasta.e
Expand Up @@ -6,7 +6,7 @@ class FASTA
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -10,7 +10,7 @@ inherit
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -8,7 +8,7 @@ class MANDELBROT
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/official/eiffel/n-body/body.e
@@ -1,6 +1,6 @@
class BODY

creation {ANY}
create {ANY}
jupiter, saturn, uranus, neptune, sun

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/official/eiffel/n-body/nbody.e
Expand Up @@ -9,7 +9,7 @@ class NBODY
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
@@ -1,6 +1,6 @@
class NBODY_SYSTEM

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -10,7 +10,7 @@ class NSIEVEBITS
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/official/eiffel/nsieve/nsieve.e
Expand Up @@ -11,7 +11,7 @@ class NSIEVE
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -11,7 +11,7 @@ class PARTIALSUMS
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -3,7 +3,7 @@ class PI_DIGIT_SPIGOT
-- Written by Cyril Adrian <cyril.adrian@laposte.net>
--

creation {PIDIGITS}
create {PIDIGITS}
make

feature {PIDIGITS}
Expand Down
Expand Up @@ -6,7 +6,7 @@ class PIDIGITS
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {}
Expand Down
Expand Up @@ -10,7 +10,7 @@ class RECURSIVE
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -9,7 +9,7 @@ class REGEXDNA
insert
REGULAR_EXPRESSION_BUILDER

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -7,7 +7,7 @@ insert
ARGUMENTS
PLATFORM

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -9,7 +9,7 @@ class SPECTRALNORM
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/official/eiffel/startup/startup.e
Expand Up @@ -3,7 +3,7 @@
-- http://www.bagley.org/~doug/shootout/
class STARTUP

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/shootout/official/eiffel/sum-col/sumcol.e
Expand Up @@ -6,7 +6,7 @@ class SUMCOL
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -6,7 +6,7 @@ class BINARYTREES
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
@@ -1,6 +1,6 @@
class NODE

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down
Expand Up @@ -8,7 +8,7 @@ class FANNKUCH
insert
ARGUMENTS

creation {ANY}
create {ANY}
make

feature {ANY}
Expand Down

0 comments on commit 8fdabaf

Please sign in to comment.