* ./io/openChams:
- Typo: Newlines at end of file, case sensitiveness. Shows only under Linux, not Mac OSX/Xcode.
This commit is contained in:
parent
50b9cdf2cd
commit
8246109d3d
|
@ -60,3 +60,4 @@ void Instance::connect(Name connectorName, Name netName) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* NetList.cpp
|
* Netlist.cpp
|
||||||
* openChams
|
* openChams
|
||||||
*
|
*
|
||||||
* Created by damien dupuis on 12/01/10.
|
* Created by damien dupuis on 12/01/10.
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#include "NetList.h"
|
#include "Netlist.h"
|
||||||
#include "Circuit.h"
|
#include "Circuit.h"
|
||||||
#include "OpenChamsException.h"
|
#include "OpenChamsException.h"
|
||||||
|
|
||||||
|
|
|
@ -25,3 +25,4 @@ class OpenChamsException {
|
||||||
};
|
};
|
||||||
} // namespace
|
} // namespace
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -56,3 +56,4 @@ inline Name Schematic::Infos::getSymetry() { return _sym; };
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue