#!/bin/csh
set versiondb = "./plot_read/hydra_code_version.pro"
cat $versiondb | grep "^$1=" | cut -d= -f2
