From 53b89a61dcd66d33a0a552413044c4a322b48405 Mon Sep 17 00:00:00 2001 From: Stephanie Youssef Date: Tue, 26 Jan 2010 15:05:20 +0000 Subject: [PATCH] Bug correction: NetList.cpp -> Netlist.cpp NetList.h -> Netlist.h Added newlines at end of files needed it --- vlsisapd/openChams/Circuit.cpp | 3 ++- vlsisapd/openChams/Instance.h | 3 ++- vlsisapd/openChams/Name.cpp | 3 ++- vlsisapd/openChams/Name.h | 3 ++- vlsisapd/openChams/Net.h | 3 ++- vlsisapd/openChams/{NetList.cpp => Netlist.cpp} | 4 ++-- vlsisapd/openChams/{NetList.h => Netlist.h} | 3 ++- vlsisapd/openChams/Parameters.cpp | 3 ++- vlsisapd/openChams/Parameters.h | 3 ++- 9 files changed, 18 insertions(+), 10 deletions(-) rename vlsisapd/openChams/{NetList.cpp => Netlist.cpp} (97%) rename vlsisapd/openChams/{NetList.h => Netlist.h} (99%) diff --git a/vlsisapd/openChams/Circuit.cpp b/vlsisapd/openChams/Circuit.cpp index 7a0e2e95..af0dc771 100644 --- a/vlsisapd/openChams/Circuit.cpp +++ b/vlsisapd/openChams/Circuit.cpp @@ -357,4 +357,5 @@ bool Circuit::writeToFile(string filePath) { return true; } -} \ No newline at end of file +} + diff --git a/vlsisapd/openChams/Instance.h b/vlsisapd/openChams/Instance.h index a34e7557..946daef1 100644 --- a/vlsisapd/openChams/Instance.h +++ b/vlsisapd/openChams/Instance.h @@ -58,4 +58,5 @@ inline map::iterator Instance::getFirstConnectorIt() { return _netMa inline map::iterator Instance::getLastConnectorIt() { return _netMap.end(); }; } // namespace -#endif \ No newline at end of file +#endif + diff --git a/vlsisapd/openChams/Name.cpp b/vlsisapd/openChams/Name.cpp index 32d0fafa..6aabb04c 100644 --- a/vlsisapd/openChams/Name.cpp +++ b/vlsisapd/openChams/Name.cpp @@ -49,4 +49,5 @@ bool Name::operator==(const string& str) { bool Name::operator<(const Name n) const { return (_id < n._id); } -} // namespace \ No newline at end of file +} // namespace + diff --git a/vlsisapd/openChams/Name.h b/vlsisapd/openChams/Name.h index 02c30651..b3a63a5b 100644 --- a/vlsisapd/openChams/Name.h +++ b/vlsisapd/openChams/Name.h @@ -40,4 +40,5 @@ const string& Name::getString() const{ } // namespace -#endif \ No newline at end of file +#endif + diff --git a/vlsisapd/openChams/Net.h b/vlsisapd/openChams/Net.h index 424b21a1..4d5cf7b2 100644 --- a/vlsisapd/openChams/Net.h +++ b/vlsisapd/openChams/Net.h @@ -50,4 +50,5 @@ inline vector >::iterator Net::getFirstConnectionIt() { return inline vector >::iterator Net::getLastConnectionIt() { return _connections.end();}; } // namespace -#endif \ No newline at end of file +#endif + diff --git a/vlsisapd/openChams/NetList.cpp b/vlsisapd/openChams/Netlist.cpp similarity index 97% rename from vlsisapd/openChams/NetList.cpp rename to vlsisapd/openChams/Netlist.cpp index 369a75e5..4bb65299 100644 --- a/vlsisapd/openChams/NetList.cpp +++ b/vlsisapd/openChams/Netlist.cpp @@ -11,7 +11,7 @@ #include using namespace std; -#include "NetList.h" +#include "Netlist.h" #include "Circuit.h" namespace OpenChams { @@ -50,4 +50,4 @@ Net* Netlist::getNet(Name netName) { } return NULL; } -} // namespace \ No newline at end of file +} // namespace diff --git a/vlsisapd/openChams/NetList.h b/vlsisapd/openChams/Netlist.h similarity index 99% rename from vlsisapd/openChams/NetList.h rename to vlsisapd/openChams/Netlist.h index 504d09a5..d491b425 100644 --- a/vlsisapd/openChams/NetList.h +++ b/vlsisapd/openChams/Netlist.h @@ -51,4 +51,5 @@ inline vector::iterator Netlist::getFirstNetIt() { return _nets. inline vector::iterator Netlist::getLastNetIt() { return _nets.end(); } } // namespace -#endif \ No newline at end of file +#endif + diff --git a/vlsisapd/openChams/Parameters.cpp b/vlsisapd/openChams/Parameters.cpp index a3a4cce0..66345c7c 100644 --- a/vlsisapd/openChams/Parameters.cpp +++ b/vlsisapd/openChams/Parameters.cpp @@ -30,4 +30,5 @@ void Parameters::addParameter(Name name, double value) { } _params[name] = value; } -} // namespace \ No newline at end of file +} // namespace + diff --git a/vlsisapd/openChams/Parameters.h b/vlsisapd/openChams/Parameters.h index 356eb5ad..544af749 100644 --- a/vlsisapd/openChams/Parameters.h +++ b/vlsisapd/openChams/Parameters.h @@ -37,4 +37,5 @@ inline map::iterator Parameters::getFirstIt() { return _params.beg inline map::iterator Parameters::getLastIt() { return _params.end(); } } // namespace -#endif \ No newline at end of file +#endif +