I'll have to figureout a way to trim 'integer(kind=selected_int_kind(5))'

I guess I could do this in 2 steps 
  var == selected_int_kind(5)
  integer(kind=var) MATOP_MATGETSEQNZSTRUCTURE

But with this, the macro now relies on constant variables.  Not sure
how this will affect the currently recommended f90 module usage...

satish

On Thu, 25 Oct 2007, Lisandro Dalcin wrote:

> changeset:   11305:d8657575c523
> parent:      11303:49dc1b6891e7
> user:        hzhang at localhost.localdomain
> date:        Thu Oct 25 11:33:48 2007 -0400
> summary:     add MatGetSequentialNonzeroStructure() and
> MatDestroySequentialNonzeroStructure()
> 
> 'make test' is failing with this. Line to long?
> 
> Perhaps using MATOP_MATGETSEQNZSTRUCTURE ?
> 
> -- In file /u/dalcinl/Devel/PETSc/petsc-dev/include/finclude/petscmat.h:378
> 
>      Included at ex5f.h:37
> 
>      Included at ex5f.F:43
> 
>       integer(kind=selected_int_kind(5)) MATOP_MATGETSEQUENTIALNONZEROST
>                                                                        1
> Warning: Line truncated at (1)
> 
> 
> 
> Lisandro Dalc?n
> ---------------
> Centro Internacional de M?todos Computacionales en Ingenier?a (CIMEC)
> Instituto de Desarrollo Tecnol?gico para la Industria Qu?mica (INTEC)
> Consejo Nacional de Investigaciones Cient?ficas y T?cnicas (CONICET)
> PTLC - G?emes 3450, (3000) Santa Fe, Argentina
> Tel/Fax: +54-(0)342-451.1594
> 
> 

Reply via email to