Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# USER PARAMETERS

# deprecated parameter names which have been renamed
# format: <old_name> , <new_name>
DEPRECATED_RENAMED_PARAMETERS = [ \
("ABSORBING_CONDITIONS", "STACEY_ABSORBING_CONDITIONS"), \
("ABSORB_INSTEAD_OF_FREE_SURFACE", "STACEY_INSTEAD_OF_FREE_SURFACE"), \
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES/real_world/Moon_Apollo_impact/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ SAVE_MESH_FILES = .true.
LOCAL_PATH = ./DATABASES_MPI

# interval at which we output time step info and max of norm of displacement
NTSTEP_BETWEEN_OUTPUT_INFO = 100
NTSTEP_BETWEEN_OUTPUT_INFO = 2000

#-----------------------------------------------------------
#
Expand Down
Loading