]> AND Private Git Repository - blast.git/blobdiff - ReferenceBlock.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
debugged clk/rst auto conn
[blast.git] / ReferenceBlock.cpp
index fbf78283e3e89259c1544ae00bd4be220e366de2..5137d73f576c7af050a3d82ccd6269c88d9f31cf 100644 (file)
@@ -94,7 +94,7 @@ void ReferenceBlock::loadInformations(QDomElement &elt) throw(Exception) {
   }
   else {
     QDomText txtName = nodeNameTxt.toText();
-    name = txtName.data().trimmed();
+    name = normalizeName(txtName.data().trimmed());
     cout<< "block name : " << qPrintable(name) << endl;
   }
 
@@ -633,3 +633,5 @@ void ReferenceBlock::computeAdmittanceDelays() throw(Exception) {
   // does strictly nothing
   throw(Exception(INVALID_REFBLOCK_USE));
 }
+
+