Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
c01b22e0
Commit
c01b22e0
authored
Jun 23, 2015
by
Henry Weller
Browse files
Removed support for the legacy SiCortex64 architecture
parent
986a4f96
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/setSet/writeFuns.C
View file @
c01b22e0
...
...
@@ -25,7 +25,7 @@ License
#include "writeFuns.H"
#if defined(__mips)
&& !defined(__SICORTEX__)
#if defined(__mips)
#include <standards.h>
#include <sys/endian.h>
#endif
...
...
applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.C
View file @
c01b22e0
...
...
@@ -26,7 +26,7 @@ License
#include "writeFuns.H"
#include "vtkTopo.H"
#if defined(__mips)
&& !defined(__SICORTEX__)
#if defined(__mips)
#include <standards.h>
#include <sys/endian.h>
#endif
...
...
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