Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Jun 22, 2023
1 parent c91839a commit d55fb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nrncvode/netcvode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ Object** NetCvode::netconlist() {
spost = std::regex(escape_bracket(s.data()));
} catch (std::regex_error& e) {
hoc_execerror(gargstr(2), "not a valid regular expression");
}
}
}
}
if (hoc_is_object_arg(3)) {
Expand All @@ -970,7 +970,7 @@ Object** NetCvode::netconlist() {
star = std::regex(escape_bracket(s.data()));
} catch (std::regex_error& e) {
hoc_execerror(gargstr(3), "not a valid regular expression");
}
}
}
}

Expand Down

0 comments on commit d55fb9e

Please sign in to comment.