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

Removed support for the legacy SiCortex64 architecture

parent 986a4f96
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment