#ifndef _MMETOINPUTFROMIDX_H #define _MMETOINPUTFROMIDX_H class Inputs; class Elements; class Parameters; /* local prototypes: */ void MmeToInputFromIdx(Inputs* inputs, Elements* elements, Parameters* parameters, int id, int rootenum, int interpolationenum); #endif