@@ -869,33 +869,6 @@ SAM_EXPORT double SAM_GeothermalCosts_GeoHourly_x_lp_nget(SAM_table ptr, SAM_err
869869 return result;
870870}
871871
872- SAM_EXPORT double SAM_GeothermalCosts_Outputs_atb_drilling_cost_nget (SAM_table ptr, SAM_error *err){
873- double result;
874- translateExceptions (err, [&]{
875- if (!ssc_data_get_number (ptr, " atb_drilling_cost" , &result))
876- make_access_error (" SAM_GeothermalCosts" , " atb_drilling_cost" );
877- });
878- return result;
879- }
880-
881- SAM_EXPORT double SAM_GeothermalCosts_Outputs_atb_exploration_cost_nget (SAM_table ptr, SAM_error *err){
882- double result;
883- translateExceptions (err, [&]{
884- if (!ssc_data_get_number (ptr, " atb_exploration_cost" , &result))
885- make_access_error (" SAM_GeothermalCosts" , " atb_exploration_cost" );
886- });
887- return result;
888- }
889-
890- SAM_EXPORT double SAM_GeothermalCosts_Outputs_atb_plant_cost_nget (SAM_table ptr, SAM_error *err){
891- double result;
892- translateExceptions (err, [&]{
893- if (!ssc_data_get_number (ptr, " atb_plant_cost" , &result))
894- make_access_error (" SAM_GeothermalCosts" , " atb_plant_cost" );
895- });
896- return result;
897- }
898-
899872SAM_EXPORT double SAM_GeothermalCosts_Outputs_baseline_cost_nget (SAM_table ptr, SAM_error *err){
900873 double result;
901874 translateExceptions (err, [&]{
@@ -923,15 +896,6 @@ SAM_EXPORT double SAM_GeothermalCosts_Outputs_conf_total_cost_nget(SAM_table ptr
923896 return result;
924897}
925898
926- SAM_EXPORT double SAM_GeothermalCosts_Outputs_engineering_cost_nget (SAM_table ptr, SAM_error *err){
927- double result;
928- translateExceptions (err, [&]{
929- if (!ssc_data_get_number (ptr, " engineering_cost" , &result))
930- make_access_error (" SAM_GeothermalCosts" , " engineering_cost" );
931- });
932- return result;
933- }
934-
935899SAM_EXPORT double SAM_GeothermalCosts_Outputs_expl_drilling_cost_nget (SAM_table ptr, SAM_error *err){
936900 double result;
937901 translateExceptions (err, [&]{
@@ -1103,15 +1067,6 @@ SAM_EXPORT double SAM_GeothermalCosts_Outputs_stim_cost_per_well_nget(SAM_table
11031067 return result;
11041068}
11051069
1106- SAM_EXPORT double SAM_GeothermalCosts_Outputs_stim_total_cost_nget (SAM_table ptr, SAM_error *err){
1107- double result;
1108- translateExceptions (err, [&]{
1109- if (!ssc_data_get_number (ptr, " stim_total_cost" , &result))
1110- make_access_error (" SAM_GeothermalCosts" , " stim_total_cost" );
1111- });
1112- return result;
1113- }
1114-
11151070SAM_EXPORT double SAM_GeothermalCosts_Outputs_total_drilling_cost_nget (SAM_table ptr, SAM_error *err){
11161071 double result;
11171072 translateExceptions (err, [&]{
@@ -1121,24 +1076,6 @@ SAM_EXPORT double SAM_GeothermalCosts_Outputs_total_drilling_cost_nget(SAM_table
11211076 return result;
11221077}
11231078
1124- SAM_EXPORT double SAM_GeothermalCosts_Outputs_total_drilling_permitting_nget (SAM_table ptr, SAM_error *err){
1125- double result;
1126- translateExceptions (err, [&]{
1127- if (!ssc_data_get_number (ptr, " total_drilling_permitting" , &result))
1128- make_access_error (" SAM_GeothermalCosts" , " total_drilling_permitting" );
1129- });
1130- return result;
1131- }
1132-
1133- SAM_EXPORT double SAM_GeothermalCosts_Outputs_total_expl_permitting_nget (SAM_table ptr, SAM_error *err){
1134- double result;
1135- translateExceptions (err, [&]{
1136- if (!ssc_data_get_number (ptr, " total_expl_permitting" , &result))
1137- make_access_error (" SAM_GeothermalCosts" , " total_expl_permitting" );
1138- });
1139- return result;
1140- }
1141-
11421079SAM_EXPORT double SAM_GeothermalCosts_Outputs_total_gathering_cost_nget (SAM_table ptr, SAM_error *err){
11431080 double result;
11441081 translateExceptions (err, [&]{
0 commit comments