Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
26f54492
Commit
26f54492
authored
Nov 28, 2012
by
Dave Moxey
Browse files
Fixed compiler warning on OS X.
parent
1dc75dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/Demos/LocalRegions/LocProject2D.cpp
View file @
26f54492
...
...
@@ -122,6 +122,8 @@ int main(int argc, char *argv[])
"Basis 2 is for 2 or 3D expansions"
);
}
break
;
default:
NEKERROR
(
ErrorUtil
::
efatal
,
"Not a valid 2D expansion."
);
}
...
...
@@ -284,6 +286,8 @@ int main(int argc, char *argv[])
}
break
;
default:
NEKERROR
(
ErrorUtil
::
efatal
,
"Not a valid 2D expansion."
);
}
//---------------------------------------------
...
...
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