Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
H
handyG
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
McMule
handyG
Commits
a4dc981b
Commit
a4dc981b
authored
Apr 25, 2019
by
Luca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shuffle algebra for strings
parent
6b3522c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
shuffle_algebra.f90
shuffle_algebra.f90
+2
-2
No files found.
shuffle_algebra.f90
View file @
a4dc981b
...
...
@@ -21,8 +21,8 @@ PROGRAM shuffle_algebra
integer
::
length
end
type
word_sum
type
(
word
)
::
v1
=
word
(
"abc
d"
,
4
)
type
(
word
)
::
v2
=
word
(
"123
4"
,
4
)
type
(
word
)
::
v1
=
word
(
"abc
"
,
3
)
type
(
word
)
::
v2
=
word
(
"123
"
,
3
)
type
(
word
)
::
w1
type
(
word_sum
)
::
ws
,
ws1
,
ws2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment