Skip to content

Commit

Permalink
update eigen reg undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Nov 6, 2019
1 parent 949ca06 commit e0f8bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hbind/eigen.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int eigen ( double a[6][6],
{
double e[6];

tred2 ( a, b, c, e, 1.0 / HUGE );
tred2 ( a, b, c, e, 1.0 / HG );
if ( tql2 ( b, c, e, 1.0E-20 ) == FAILURE )
return FAILURE;
return SUCCESS;
Expand Down

0 comments on commit e0f8bee

Please sign in to comment.