Skip to content

Commit

Permalink
Update echo.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravey committed Jul 2, 2024
1 parent dcdfe85 commit 38170c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/echo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int main(int argc, char const *argv[]) {

for (int i = 0; i < srcIput._types.size(); ++i)
{
fprintf(logFileName, "Variable %d is: %s\n", i, (srcIput._types[i]==g2s::DataImage::VaraibleType::Categorical ? "Categorical" : "Continuous") );
fprintf(reportFile, "Variable %d is: %s\n", i, (srcIput._types[i]==g2s::DataImage::VaraibleType::Categorical ? "Categorical" : "Continuous") );
}

// to remove later
Expand Down

0 comments on commit 38170c3

Please sign in to comment.