<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>hi</p>
<p>I'm trying to call MatMFFDSetType() from a Fortran code. It works
OK if I do</p>
<p>call MatMFFDSetType(A, MATMFFD_WP, ierr)</p>
<p>but it fails to compile if I try</p>
<p>call MatMFFDSetType(A, MATMFFD_DS, ierr)</p>
<p>the error being:</p>
<p>Error: Symbol 'matmffd_ds' at (1) has no IMPLICIT type<br>
</p>
Is that a bug?<br>
<br>
Cheers, Adrian<br>
<pre class="moz-signature" cols="72">--
Dr Adrian Croucher
Senior Research Fellow
Department of Engineering Science
University of Auckland, New Zealand
email: <a class="moz-txt-link-abbreviated" href="mailto:a.croucher@auckland.ac.nz">a.croucher@auckland.ac.nz</a>
tel: +64 (0)9 923 84611
</pre>
</body>
</html>