Skip to content

Commit e3181df

Browse files
committed
NAVADMC/ADSM#870 renamed reference to old scenariocreator_probabilityfunction table to new scenariocreator_probabilitydensityfunction table (table scheme did not change).
1 parent 3fdee1a commit e3181df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_loop/parameter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ PAR_get_PDF (sqlite3 *db, guint id)
615615

616616
args.db = db;
617617
args.dist = NULL;
618-
query = g_strdup_printf ("SELECT equation_type,mean,std_dev,min,mode,max,alpha,alpha2,beta,location,scale,shape,n,p,m,d,theta,a,s,graph_id FROM ScenarioCreator_probabilityfunction WHERE id=%u", id);
618+
query = g_strdup_printf ("SELECT equation_type,mean,std_dev,min,mode,max,alpha,alpha2,beta,location,scale,shape,n,p,m,d,theta,a,s,graph_id FROM ScenarioCreator_probabilitydensityfunction WHERE id=%u", id);
619619
sqlite3_exec_dict (db, query, PAR_get_PDF_callback, &args, &sqlerr);
620620
if (sqlerr)
621621
{

0 commit comments

Comments
 (0)