Home > @d_opvt > private > getpc.m

getpc

PURPOSE ^

GETPC Converts the data structure for physical constants

SYNOPSIS ^

function pccfg = getpc(PCcfg)

DESCRIPTION ^

    GETPC Converts the data structure for physical constants
        into a row vector

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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];

Generated on Tue 27-Mar-2007 12:06:24 by m2html © 2003