mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
b33a28fa91
commit
6ae25495c5
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user