From 11aa6e759a1c067968f3aa27eea29f60dfef8f0e Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 23 Jun 2019 21:59:02 -0700 Subject: [PATCH] tclListSeqLibertyCell --- tcl/StaTcl.i | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tcl/StaTcl.i b/tcl/StaTcl.i index 420a5456..f6c6a8e8 100644 --- a/tcl/StaTcl.i +++ b/tcl/StaTcl.i @@ -203,6 +203,13 @@ tclListSeqLibertyLibrary(Tcl_Obj *const source, return tclListSeq(source, SWIGTYPE_p_LibertyLibrary, interp); } +LibertyCellSeq * +tclListSeqLibertyCell(Tcl_Obj *const source, + Tcl_Interp *interp) +{ + return tclListSeq(source, SWIGTYPE_p_LibertyCell, interp); +} + template Set * tclListSet(Tcl_Obj *const source,