From badbc95a9163a8cd85f98396f3ef2d21f78cf612 Mon Sep 17 00:00:00 2001 From: Valentin Hanser <valentin.hanser@student.tuwien.ac.at> Date: Wed, 18 Jan 2023 17:32:53 +0100 Subject: [PATCH] state for the tag of complex hysteresis tag matching-eddy-currennt-losses-in-python1D2D3D --- C++/preisach/ngPreisachScalar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C++/preisach/ngPreisachScalar.cc b/C++/preisach/ngPreisachScalar.cc index 8955c98..b250db8 100644 --- a/C++/preisach/ngPreisachScalar.cc +++ b/C++/preisach/ngPreisachScalar.cc @@ -20,7 +20,7 @@ ngPreisachScalar<DIM>::ngPreisachScalar(shared_ptr<MeshAccess>& mesh, Integratio if(ptrEverettMatrix->DIM != 1){ cout << __PRETTY_FUNCTION__ << endl; - cout << "EverettFunction with DIM " << pE->DIM<< " does not have fitting dimension 1 " << endl; + cout << "EverettFunction with DIM " << ptrEverettMatrix->DIM<< " does not have fitting dimension 1 " << endl; getchar(); } -- GitLab