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
IFOS2D
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
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
IFOS2D
Commits
2f408642
Commit
2f408642
authored
Oct 16, 2015
by
Florian Wittkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug in snap_ssg.c
char wm[1] should be wm[2], due to reusage of wm later on.
parent
a98a59f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/snap_ssg.c
src/snap_ssg.c
+1
-1
No files found.
src/snap_ssg.c
View file @
2f408642
...
...
@@ -49,7 +49,7 @@ void snap(FILE *fp,int nt, int nsnap, float **vx, float **vy, float **sxx,
float
amp
,
vyx
,
vxy
,
vxx
,
vyy
,
dhi
;
float
**
divfield
,
**
curlfield
;
char
snapfile_x
[
STRING_SIZE
],
snapfile_y
[
STRING_SIZE
],
snapfile_div
[
STRING_SIZE
];
char
snapfile_rot
[
STRING_SIZE
],
snapfile_p
[
STRING_SIZE
],
ext
[
8
],
wm
[
1
];
char
snapfile_rot
[
STRING_SIZE
],
snapfile_p
[
STRING_SIZE
],
ext
[
8
],
wm
[
2
];
FILE
*
fpx1
,
*
fpy1
,
*
fpx2
,
*
fpy2
;
extern
float
DH
,
DT
;
...
...
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