GETPC Converts the data structure for physical constants into a row vector
0001 function pccfg = getpc(PCcfg) 0002 % GETPC Converts the data structure for physical constants 0003 % into a row vector 0004 0005 % Satrajit Ghosh, SpeechLab, Boston University. (c)2001 0006 % $Header: /mnt/localhd/cvsdir/MODELLING/NEWDIVA/@d_opvt/private/getpc.m,v 1.1.1.1 2006/10/06 18:20:23 brumberg Exp $ 0007 0008 % $NoKeywords: $ 0009 0010 % Setup globals 0011 global RELEASE 0012 0013 pccfg = [... 0014 PCcfg.ro PCcfg.c PCcfg.wall_resi ... 0015 PCcfg.wall_mass PCcfg.wall_comp];