mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
workds on serial and parallel using StorageBin for uz, sz, and phreeqc
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@878 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
cb5ccd55d1
commit
8356664d52
@ -505,7 +505,8 @@ struct system *cxxStorageBin::cxxStorageBin2system(int n)
|
||||
// make a system from storagebin
|
||||
//
|
||||
{
|
||||
struct system *system_ptr = new (struct system);
|
||||
struct system *system_ptr = (struct system *) PHRQ_malloc(sizeof(struct system));
|
||||
if (system_ptr == NULL) malloc_error();
|
||||
|
||||
// Solutions
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user