Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
f2cl
f2cl
Commits
febd5b45
Commit
febd5b45
authored
Jun 11, 2011
by
Raymond Toy
Browse files
Fix compilation warning about undefined variables.
parent
3e1e1bac
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/toms419.asd
View file @
febd5b45
...
...
@@ -40,8 +40,6 @@
:components
(
(
:file
"cpoly"
:perform
(
compile-op
:around
(
op
c
)
(
fortran-compile
op
c
:declare-common
t
))
:depends-on
(
"mcon"
"cmod"
"scale"
"cdivid"
"cauchy"
"noshft"
"fxshft"
))
(
:file
"noshft"
:depends-on
(
"cmod"
"cdivid"
))
...
...
@@ -51,7 +49,9 @@
:depends-on
(
"polyev"
"cmod"
"errev"
"calct"
"nexth"
))
(
:file
"calct"
:depends-on
(
"polyev"
"cmod"
"cdivid"
))
(
:file
"nexth"
)
(
:file
"nexth"
:perform
(
compile-op
:around
(
op
c
)
(
fortran-compile
op
c
:declare-common
t
)))
(
:file
"polyev"
)
(
:file
"errev"
:depends-on
(
"cmod"
))
...
...
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