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:
David L Parkhurst 2006-04-21 22:37:51 +00:00
parent cb5ccd55d1
commit 8356664d52

View File

@ -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