|
|
@ -189,6 +189,9 @@ namespace ESMS
|
|
|
|
{
|
|
|
|
{
|
|
|
|
assert (cell);
|
|
|
|
assert (cell);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (cell->context.filename.empty())
|
|
|
|
|
|
|
|
return; // this is a dynamically generated cell -> skipping.
|
|
|
|
|
|
|
|
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
cell->restore (esm);
|
|
|
|
cell->restore (esm);
|
|
|
|
|
|
|
|
|
|
|
@ -212,6 +215,9 @@ namespace ESMS
|
|
|
|
{
|
|
|
|
{
|
|
|
|
assert (cell);
|
|
|
|
assert (cell);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (cell->context.filename.empty())
|
|
|
|
|
|
|
|
return; // this is a dynamically generated cell -> skipping.
|
|
|
|
|
|
|
|
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
cell->restore(esm);
|
|
|
|
cell->restore(esm);
|
|
|
|
|
|
|
|
|
|
|
|