Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Show whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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