Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
IFOS3D
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GPIAG-Software
IFOS3D
Commits
330ad3e0
Commit
330ad3e0
authored
Jun 14, 2016
by
Tilman Steinweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge Bugfix (Missing extern Variable)
parent
576d1dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/steplength.c
src/steplength.c
+1
-1
No files found.
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
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