We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e79cae commit 0296812Copy full SHA for 0296812
planning/src/file_io/pln_blif_file.cpp
@@ -1160,7 +1160,7 @@ bool BLIF_file::createNodes() noexcept {
1160
if (starts_w_names(cs + 1, len - 1)) {
1161
Fio::split_spa(lines_[L], V);
1162
if (V.size() > 1 and V.front() == ".names") {
1163
- lputs9();
+ //lputs9();
1164
nodePool_.emplace_back(".names", L);
1165
BNode& nd = nodePool_.back();
1166
nd.data_.assign(V.begin() + 1, V.end());
0 commit comments