function dtable_close_write ( output_unit ) %% DTABLE_CLOSE_WRITE closes a DTABLE file. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 26 January 2008 % % Author: % % John Burkardt % % Parameters: % % Input, integer OUTPUT_UNIT, the output unit. % fclose ( output_unit );