Changeset 1067 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Nov 26, 2012 10:13:14 AM (11 years ago)
Author:
maronga
Message:

updates in nc2vdf and associated files

Location:
palm/trunk/SCRIPTS
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/nc2vdf

    r1062 r1067  
    11#!/bin/ksh
    2 #------------------------------------------------------------------------------#
     2#--------------------------------------------------------------------------------#
     3# This file is part of PALM.
     4#
     5# PALM is free software: you can redistribute it and/or modify it under the terms
     6# of the GNU General Public License as published by the Free Software Foundation,
     7# either version 3 of the License, or (at your option) any later version.
     8#
     9# PALM is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# PALM. If not, see <http://www.gnu.org/licenses/>.
     15#
     16# Copyright 1997-2012  Leibniz University Hannover
     17#--------------------------------------------------------------------------------#
     18#
    319# Current revisions:
    420# -----------------
     21# Code put under GNU GPL
    522#
    623# Former revisions:
     
    1027# Description:
    1128# ------------
    12 # Starting script for nc2vdf
     29# Starting script for nc2vdf. The script does only work on hicegate2, bicegate2,
     30# uv as well as on the server at imuk.
    1331#------------------------------------------------------------------------------#
    1432
  • palm/trunk/SCRIPTS/nc2vdf.ncl

    r1063 r1067  
    1818; Current revisions:
    1919; -----------------
     20; Code put under GNU GPL
    2021;
    2122; Former revisions:
     
    126127if man then
    127128;specify name of output file:
    128 outputfile      = "building.vdf" ;<<<<------------- !!!
     129outputfile      = "output.vdf" ;<<<<------------- !!!
    129130end if
    130131;******************************************************
Note: See TracChangeset for help on using the changeset viewer.