Skip to content

Commit 1987877

Browse files
David AndersonDavid Anderson
authored andcommitted
fixed a bug in the validation code
1 parent faf0974 commit 1987877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QCPAnalysis/src/QCPAnalysis/QCP4SubcaseAnalysis.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void analyzeQCP4(){
5050
}
5151
sublist += p.dynamicpart@at;
5252
}
53-
for(q <- sublist) println(q.dynamicpart@at);*/
53+
for(q <- sublist) println(q);*/
5454

5555
// for validation of column, table, and database name grouping
5656
//for(q <- groupDynamicSnippetsByRole(qcp4)["Column, Table, or Database Name"]) println(q.dynamicpart@at);

0 commit comments

Comments
 (0)