Skip to content
Snippets Groups Projects
Commit 87f6977b authored by Henry Weller's avatar Henry Weller
Browse files

Removed support for the legacy SiCortex64 architecture

parent 4b4c43b5
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ License
#include "writeFuns.H"
#if defined(__mips) && !defined(__SICORTEX__)
#if defined(__mips)
#include <standards.h>
#include <sys/endian.h>
#endif
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment