Skip to content

Commit

Permalink
fix: CorCov matrix 1st ligne \n
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed Jun 20, 2024
1 parent e732b1e commit 7cd0290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1688,6 +1688,7 @@ bool Project::exportVarCov(const std::string &filename, std::vector<Point *> &se
matrixFile<<"param"<<"\t";
for (const auto& param : selected_params)
matrixFile<<param->name<<"\t";
matrixFile<<"\n";
for (unsigned i=0;i<selected_params.size();i++)
{
matrixFile<<selected_params[i]->name<<"\t";
Expand Down

0 comments on commit 7cd0290

Please sign in to comment.