added ifdef for R (R_SO)

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10618 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-12-29 05:17:03 +00:00
parent b33a28fa91
commit 6ae25495c5

View File

@ -189,8 +189,10 @@ Serializer::Deserialize(Phreeqc &phreeqc_ref, Dictionary &dictionary, std::vecto
}
break;
default:
#if !defined(R_SO)
std::cerr << "Unknown pack type in deserialize " << type << std::endl;
exit(4);
#endif
break;
}
}