Skip to content
Snippets Groups Projects
Commit f6b8603e authored by aastorg2's avatar aastorg2
Browse files

fixing print statements

parent 7a306618
No related branches found
No related tags found
No related merge requests found
......@@ -913,9 +913,9 @@ void EvalContinuousAttAlg3(Attribute Att, CaseNo Fp, CaseNo Lp)
}
printf("angello1\n");
printf( "angello Bar: %3f\n",Bar[Att]);
printf( "angello HighVal\n: %3f",GEnv.HighVal);
printf( "angello\n: %3f",GEnv.LowVal);
printf( "angello1 Bar[Att]: %3f\n",Bar[Att]);
printf( "angello1 GEnv HighVal\n: %3f",GEnv.HighVal);
printf( "angello1\n: %3f",GEnv.LowVal);
Verbosity(2,
fprintf(Of, "\tAtt %s\tcut=%.3f, inf %.3f, gain %.3f\n",
AttName[Att], Bar[Att], Info[Att], Gain[Att]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment