WIP: fixed an edit failure

This commit is contained in:
Matthias Koefferlein 2019-06-28 14:43:52 +02:00
parent ed41af9b4b
commit 6ed3838baf
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ bool NetlistSpiceReader::read_element (tl::Extractor &ex, const std::string &ele
double value = 0.0;
// interpret the parameters according to the code
if (element == "\1\n") {
if (element == "X") {
// subcircuit call:
// Xname n1 n2 ... nn circuit [params]