Skip to content

Commit 7d3761f

Browse files
committed
formated output
1 parent f12043d commit 7d3761f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lrsplines2D/app/PointCloud2LR.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,9 @@ int main(int argc, char *argv[])
957957
ofAIC << "AIC student t-distribution, Mahalanobix distance normal distribution, AIC normal distribution" << std::endl;
958958
for (size_t ki=0; ki<ncoef.size(); ++ki)
959959
{
960-
ofAIC << ki << " " << ncoef[ki];
960+
ofAIC << ki << "\t" << ncoef[ki];
961961
for (size_t kj=0; kj<4; ++kj)
962-
ofAIC << " " << AICinfo[4*ki+kj];
962+
ofAIC << "\t" << AICinfo[4*ki+kj];
963963
ofAIC << std::endl;
964964
}
965965
}

0 commit comments

Comments
 (0)