diff options
| author | jacobdw22 <[email protected]> | 2022-11-28 14:53:06 -0800 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-28 14:53:06 -0800 |
| commit | ef92d83cb56ee937b15608eb0a78e21dc5505689 (patch) | |
| tree | 98984731983839126f9a96689639eaf3eae68b05 | |
| parent | Code now reads in large.txt or small.txt based on users choice. (diff) | |
| download | cst116-lab3-jacobdw22-ef92d83cb56ee937b15608eb0a78e21dc5505689.tar.xz cst116-lab3-jacobdw22-ef92d83cb56ee937b15608eb0a78e21dc5505689.zip | |
deleted useless comment
| -rw-r--r-- | BlankConsoleLab/cst116-lab3-wilson.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BlankConsoleLab/cst116-lab3-wilson.cpp b/BlankConsoleLab/cst116-lab3-wilson.cpp index a7630b0..858fc10 100644 --- a/BlankConsoleLab/cst116-lab3-wilson.cpp +++ b/BlankConsoleLab/cst116-lab3-wilson.cpp @@ -56,8 +56,6 @@ int main() break; } - //inFile.open("C:\\TEMP1\\small.txt"); - if (inFile.is_open()) { record_counter = ReadData(inFile, outFile, pick, drop, psgr, dist, |