Skip to content

Commit

Permalink
Skipt H20 test on 32bit system
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Bieder committed Nov 12, 2020
1 parent 3fca3ad commit 14d0ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/H2O_plot.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HistMDPlot : public CxxTest::TestSuite
void setUp()
{
hist = nullptr;
#ifdef HAVE_NETCDF
#if defined(HAVE_NETCDF) && ( defined(_LP64) || defined(__amd64__) || defined(__x86_64) || defined(__LP64__) )
try {
#include "H2O_HIST.hxx"
hist = HistData::getHist("H2O_HIST.nc",true);
Expand Down

0 comments on commit 14d0ac5

Please sign in to comment.