Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GPIAG-Software
IFOS3D
Commits
330ad3e0
Commit
330ad3e0
authored
Jun 14, 2016
by
Tilman Steinweg
Browse files
Merge Bugfix (Missing extern Variable)
parent
576d1dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/steplength.c
View file @
330ad3e0
...
...
@@ -27,7 +27,7 @@ void steplength(float *L2, float *step, int iteration, int it_group){
extern
FILE
*
FP
;
extern
FILE
*
FI
;
extern
int
MYID
;
extern
int
MYID
,
LBFGS
;
extern
float
TESTSTEP
;
float
a
=
0
.
0
,
b
=
0
.
0
,
c
=
0
.
0
;
float
teststep
=
0
.
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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