fixed: with VTFx a state is required

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1043 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
akva
2011-06-07 17:56:49 +00:00
committed by Knut Morten Okstad
parent 99d165807a
commit ac42dba257

View File

@@ -359,6 +359,7 @@ int main (int argc, char** argv)
if (!model->writeGlvN(eNorm,iStep,nBlock))
return 12;
model->writeGlvStep(1,0,1);
model->closeGlv();
}