Searched refs:dvec (Results 1 – 1 of 1) sorted by relevance
139 vector<double> *dvec[10]; in input_fform() local142 for(i = 0; i < 10; i++) dvec[i] = new vector<double>; in input_fform()148 *dvec[0] = inp.GetValue("Blower Cycle Period"); in input_fform()149 *dvec[1] = inp.GetValue("Blower Full On Period"); in input_fform()150 *dvec[2] = inp.GetValue("Blower Rise Time"); in input_fform()151 *dvec[3] = inp.GetValue("Blower Fall Time"); in input_fform()152 *dvec[4] = inp.GetValue("Blower Maximum u_normal"); in input_fform()153 *dvec[5] = inp.GetValue("Blower Minimum u_normal"); in input_fform()154 *dvec[6] = inp.GetValue("Blower Temperature"); in input_fform()155 *dvec[7] = inp.GetValue("Blower Eddy Viscosity"); in input_fform()[all …]