Changeset a885357
- Timestamp:
- Mar 11, 2024, 10:44:50 PM (9 months ago)
- Branches:
- master
- Children:
- 16c795c
- Parents:
- 282061a
- Location:
- doc/theses/mike_brooks_MMath/programs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/programs/bkgd-c-tyerr.c
r282061a ra885357 21 21 22 22 // Local Variables: // 23 // compile-command: "sed -f sedcmd bkgd-c-tyerr.c > tmp.c; gcc tmp.c" //23 // compile-command: "sed -f sedcmd bkgd-c-tyerr.c | gcc -x c -" // 24 24 // End: // -
doc/theses/mike_brooks_MMath/programs/bkgd-carray-arrty.c
r282061a ra885357 150 150 151 151 // Local Variables: // 152 // compile-command: "sed -f sedcmd bkgd-carray-arrty.c | gcc - c -x c -" //152 // compile-command: "sed -f sedcmd bkgd-carray-arrty.c | gcc -x c -" // 153 153 // End: // -
doc/theses/mike_brooks_MMath/programs/bkgd-carray-decay.c
r282061a ra885357 44 44 45 45 // Local Variables: // 46 // compile-command: "sed -f sedcmd bkgd-carray-decay.c > tmp.c; gcc tmp.c" //46 // compile-command: "sed -f sedcmd bkgd-carray-decay.c | gcc -x c -" // 47 47 // End: // -
doc/theses/mike_brooks_MMath/programs/bkgd-carray-mdim.c
r282061a ra885357 48 48 49 49 } 50 51 // Local Variables: // 52 // compile-command: "sed -f sedcmd bkgd-carray-mdim.c | gcc -x c -" // 53 // End: //
Note: See TracChangeset
for help on using the changeset viewer.