- Fortran 90 standard requires no name at:
end interface (ifort complains, pgf90 chokes on it). This commit was SVN r14785.
Этот коммит содержится в:
родитель
06bf5d74e7
Коммит
43ce11d578
@ -46,7 +46,7 @@ start() {
|
||||
end() {
|
||||
if test "$output" = "1"; then
|
||||
cat <<EOF
|
||||
end interface $1
|
||||
end interface
|
||||
|
||||
|
||||
EOF
|
||||
|
@ -690,7 +690,7 @@ start() {
|
||||
end() {
|
||||
if test "$output" = "1"; then
|
||||
cat <<EOF
|
||||
end interface $1
|
||||
end interface
|
||||
|
||||
|
||||
EOF
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user