Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
William Xu
SPINS_main
Commits
1ce26451
Commit
1ce26451
authored
Nov 06, 2017
by
David Deepwell
Browse files
Fix error in case file name
parent
ba41b112
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CaseFileSource.c
src/CaseFileSource.c
+1
-1
No files found.
src/CaseFileSource.c
View file @
1ce26451
...
...
@@ -5,7 +5,7 @@
void
WriteCaseFileSource
(
void
)
{
char
*
filename
;
if
(
strcmp
(
casefilename
,
"cases/derivatives/derivatives.cpp"
)
)
{
if
(
strcmp
(
casefilename
,
"cases/derivatives/derivatives.cpp"
)
==
0
)
{
filename
=
"derivatives.cpp"
;
}
else
{
filename
=
"spinscase.cpp"
;
...
...
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