Changeset 1199


Ignore:
Timestamp:
Jul 2, 2009, 4:57:23 PM (15 years ago)
Author:
lguez
Message:

Corrected "makelmdz_fcm" to make it work on Vargas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/makelmdz_fcm

    r1197 r1199  
    1 # $Header$
     1#!/bin/bash
     2# $Id$
    23# This is a script in Bash.
    34
     
    247248dim_full=$dim
    248249dim=`echo $dim | sed -e 's/[^0-9]/ /g'`
    249 dimc=`echo $dim | wc -w`
    250 
     250set $dim
     251dimc=$#
    251252echo calcul de la dimension
    252253echo dim $dim
Note: See TracChangeset for help on using the changeset viewer.