* ./io/openChams:

- Typo: Newlines at end of file, case sensitiveness. Shows only under Linux,
        not Mac OSX/Xcode.
This commit is contained in:
Jean-Paul Chaput 2010-01-29 10:49:15 +00:00
parent 50b9cdf2cd
commit 8246109d3d
4 changed files with 8 additions and 5 deletions

View File

@ -59,4 +59,5 @@ void Instance::connect(Name connectorName, Name netName) {
throw OpenChamsException(error);
}
}
}
}

View File

@ -1,5 +1,5 @@
/*
* NetList.cpp
* Netlist.cpp
* openChams
*
* Created by damien dupuis on 12/01/10.
@ -11,7 +11,7 @@
#include <algorithm>
using namespace std;
#include "NetList.h"
#include "Netlist.h"
#include "Circuit.h"
#include "OpenChamsException.h"

View File

@ -24,4 +24,5 @@ class OpenChamsException {
std::string _what;
};
} // namespace
#endif
#endif

View File

@ -55,4 +55,5 @@ inline double Schematic::Infos::getY() { return _y; };
inline Name Schematic::Infos::getSymetry() { return _sym; };
} // namespace
#endif
#endif