Skip to content
Snippets Groups Projects
Commit 43a17f5e authored by Bertram Kopf's avatar Bertram Kopf
Browse files

minor bug fix in TMatrixGeneral.cc

parent 1549affa
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,7 @@ std::cout << "phpDescriptionVec.size(): " << phpDescriptionVec.size() << std::en
_kPoles.push_back(currentPole);
}
int _orderBg=_kMatrixParser->orderBg();
_orderBg=_kMatrixParser->orderBg();
if(_orderBg<0) _kMatr=std::shared_ptr<KMatrixRel>(new KMatrixRel(_kPoles,_phpVecs ));
else{
_withKMatAdler=_kMatrixParser->useAdler();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment