update cmakelist
This commit is contained in:
@@ -273,7 +273,7 @@ Please see instructions or contact the author for more information.");
|
||||
{
|
||||
for (int c = 1; c < col_index.size(); c++)
|
||||
{
|
||||
out_data.assign_all(GCTL_BDL_MAX);
|
||||
out_data.assign(GCTL_BDL_MAX);
|
||||
|
||||
for (int i = 0; i < table_data.size(); i++)
|
||||
{
|
||||
@@ -309,7 +309,7 @@ Please see instructions or contact the author for more information.");
|
||||
{
|
||||
for (int c = 3; c < col_index.size(); c++)
|
||||
{
|
||||
out_data.assign_all(GCTL_BDL_MAX);
|
||||
out_data.assign(GCTL_BDL_MAX);
|
||||
|
||||
for (int i = 0; i < table_data.size(); i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user