Changeset 348 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Jul 7, 2009 8:01:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r343 r348 97 97 time_coupling = time_coupling - dt_coupling 98 98 ENDDO 99 IF (time_coupling == 0.0 .AND. time_since_reference_point < dt_coupling)& 100 THEN 101 time_coupling = time_since_reference_point 102 ENDIF 99 103 ENDIF 100 104
Note: See TracChangeset
for help on using the changeset viewer.