From 11d816292ade5dea7b877e6289fa0437a809b5ac Mon Sep 17 00:00:00 2001 From: Siddhant Ranade Date: Sun, 6 Jul 2014 11:17:02 +0530 Subject: Reference is read from library now. --- lib/component.cpp | 16 +++++++++++++--- lib/component.h | 4 ++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/lib/component.cpp b/lib/component.cpp index de3346e..16eb6ca 100644 --- a/lib/component.cpp +++ b/lib/component.cpp @@ -71,7 +71,7 @@ void Pin::print(ostream& out, int shiftx, int shifty){ //print function of class component to print all the components to output's cache lib file void Component::print(ostream& out){ out<<"#\n# "< pins; Design des; //create object of design class to access its method Component(); //default constructor of Component class -- cgit