Changeset 5449 for BOL/Replay/replay_clean.sh
- Timestamp:
- Dec 23, 2024, 3:55:47 AM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Replay/replay_clean.sh
r5444 r5449 7 7 \rm -f dump_replay*.h dump_param.h dump_ini.h input tmp_get_subroutine_arg tmp_include_line tmp_include_line* tmp_include_line*_cpp tmp_include_line* 8 8 9 for file in `grep "$replay_comment" * ${f90}| cut -d: -f1` ; do9 for file in `grep "$replay_comment" *f90 *F90 | cut -d: -f1` ; do 10 10 sed -i"" -e "/$replay_comment/d" $file 11 11 done
Note: See TracChangeset
for help on using the changeset viewer.