Mercurial > hg > octave-lyh
diff src/balance.cc @ 240:a99f28f5e351
[project @ 1993-11-30 20:24:36 by jwe]
author | jwe |
---|---|
date | Tue, 30 Nov 1993 20:24:36 +0000 |
parents | d1c5e5edbf1e |
children | 393e95f46b51 |
line wrap: on
line diff
--- a/src/balance.cc +++ b/src/balance.cc @@ -23,8 +23,8 @@ // Written by A. S. Hodel <scotte@eng.auburn.edu> -#ifdef __GNUG__ -#pragma implementation +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include "Matrix.h" @@ -218,7 +218,7 @@ } } - GEPBALANCE result(aa, bb, bal_job); + GEPBALANCE result (aa, bb, bal_job); if (arg.is_complex_type () || brg.is_complex_type ()) {