comparison src/syl.cc @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents a366eb563bf2
children 393e95f46b51
comparison
equal deleted inserted replaced
239:4f8134fa54a9 240:a99f28f5e351
21 21
22 */ 22 */
23 23
24 // Written by A. S. Hodel <scotte@eng.auburn.edu> 24 // Written by A. S. Hodel <scotte@eng.auburn.edu>
25 25
26 #ifdef __GNUG__ 26 #ifdef HAVE_CONFIG_H
27 #pragma implementation 27 #include "config.h"
28 #endif 28 #endif
29 29
30 #include "Matrix.h" 30 #include "Matrix.h"
31 #include "f77-uscore.h" 31 #include "f77-uscore.h"
32 32