Bugfix: Must clear myGlv2Loc also in case of adaptive simulation

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1283 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
kmo 2011-11-01 14:00:49 +00:00 committed by Knut Morten Okstad
parent 334e4f27a1
commit 9d5d908469

View File

@ -102,6 +102,7 @@ void SIMbase::clearProperties ()
delete i4->second;
myPatches.clear();
myGlb2Loc.clear();
myScalars.clear();
myVectors.clear();
myTracs.clear();