mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Still working on selected output.
Moved DumpModule Fixed logic in InitialPhreeqc2Concentrations Fixed logic in cxxStorageBin::read_raw git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8283 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
a8b470e37a
commit
ed49fe9309
@ -250,6 +250,8 @@ void CSelectedOutput::Serialize(
|
||||
|
||||
size_t nrows = this->m_nRowCount;
|
||||
size_t ncols = this->m_vecVarHeadings.size();
|
||||
ASSERT (nrows > 0);
|
||||
ASSERT (ncols > 0);
|
||||
|
||||
longs.push_back((long) nrows);
|
||||
longs.push_back((long) ncols);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user