done reading trans network

This commit is contained in:
Christopher Mosher
2013-12-12 08:37:45 -05:00
parent e8ae299597
commit 654d0510c8
8 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
// }
//}
int main(int argc, char *argv[]) {
int xxxmain(int argc, char *argv[]) {
std::ifstream if_trans("transistors");
if (!if_trans.is_open()) {
std::cerr << "error opening file: transistors" << std::endl;
@@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
TransNetwork n(if_trans);
}
int xxxmain(int argc, char *argv[]) {
int main(int argc, char *argv[]) {
AddressBus mem;
CPU cpu(mem);