Changes between Initial Version and Version 1 of Ticket #684
- Timestamp:
- 09/04/15 01:11:01 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #684
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #684 – Description
initial v1 44 44 # endif 45 45 46 '''# ifdef NESTING_DEBUG 46 ... 47 48 # ifdef NESTING_DEBUG 47 49 IF (DOMAIN(ng)%SouthWest_Test(tile)) THEN 48 50 IF (Master) THEN … … 51 53 END IF 52 54 END IF 53 !54 55 # endif 55 56 … … 57 58 58 59 59 This code is only used for debugging and testing by writing several diagnostics into '''fort.300''' file. It does not affect the nesting solutionbecause it is not used in the algorithms.60 This code is only used for debugging and testing by writing several diagnostics into '''fort.300''' file. '''It does not affect the nesting solution''' because it is not used in the algorithms. 60 61 61 62 Many thanks to Jamie Pringle for [https://www.myroms.org/forum/viewtopic.php?f=19&t=3948 bringing] this to my attention.