Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
coshcage authored May 4, 2024
1 parent 4653801 commit ee372fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Samples/exp_2023-08-09_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,10 @@ P_TABLE CreateTableSC(P_TRANS ptrans)

void InsertIntoTableSC(P_TRANS ptrans, P_TABLE ptbl)
{
float f;
f = 92.0f;
siInsertIntoTable(ptrans, ptbl, NULL, 2023001, 1, 92.0);
f = 85.0f;
siInsertIntoTable(ptrans, ptbl, NULL, 2023001, 2, 85.0);
f = 88.0f;
siInsertIntoTable(ptrans, ptbl, NULL, 2023001, 3, 88.0);
f = 90.0f;
siInsertIntoTable(ptrans, ptbl, NULL, 2023002, 2, 90.0);
f = 80.0f;
siInsertIntoTable(ptrans, ptbl, NULL, 2023002, 3, 80.0);
}

Expand Down

0 comments on commit ee372fd

Please sign in to comment.