mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
updated for COM object
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@3749 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
5de5c6f307
commit
303864120a
@ -1826,6 +1826,11 @@ dump_entities(void)
|
||||
{
|
||||
dump_stream.open(dump_info.get_file_name().c_str());
|
||||
}
|
||||
if (!dump_stream.is_open())
|
||||
{
|
||||
sprintf(error_string, "Unable to open dump file \"%s\"", dump_info.get_file_name().c_str());
|
||||
error_msg(error_string, STOP);
|
||||
}
|
||||
// solutions
|
||||
if (dump_info.Get_bool_solution())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user