diff options
author | Michael Abed <michaelabed@gmail.com> | 2012-04-10 00:55:17 -0300 |
---|---|---|
committer | Michael Abed <michaelabed@gmail.com> | 2012-04-10 00:55:17 -0300 |
commit | a6762261c2cf47676c277af3c9bc45d3bcb68aa3 (patch) | |
tree | f28c5663158dc825a64239020a2eea562fde1dba | |
parent | 9eb93adc7a617e874500bff4fef7ae0dc16526e5 (diff) | |
download | ek301-prelim-a6762261c2cf47676c277af3c9bc45d3bcb68aa3.tar.gz ek301-prelim-a6762261c2cf47676c277af3c9bc45d3bcb68aa3.tar.bz2 ek301-prelim-a6762261c2cf47676c277af3c9bc45d3bcb68aa3.zip |
fix header
-rwxr-xr-x | truss_solver.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/truss_solver.m b/truss_solver.m index 81e3cc8..8250627 100755 --- a/truss_solver.m +++ b/truss_solver.m @@ -1,3 +1,9 @@ +% EK301, Section A1, Group 7, The GNUs +% Michael Abed ID U55178419 +% Joseph Stone ID U44434740 +% Ben Havey ID U46525972 + +% main truss solver program filename = input('Input truss data-file name: ', 's'); |