~f-milthaler/fluidity/fsi-model-stationary-solid-with-velocity

« back to all changes in this revision

Viewing changes to libalgencan/hessdat.com

  • Committer: f.milthaler10 at uk
  • Date: 2013-11-06 13:43:56 UTC
  • mfrom: (3463.184.85 fluidity)
  • Revision ID: f.milthaler10@imperial.ac.ic.uk.-20131106134356-v3lw1dheesckywj0
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
C     COMMON SCALARS
2
 
      integer hnnz
3
 
 
4
 
C     COMMON ARRAYS
5
 
      integer hcol(hnnzmax),hlin(hnnzmax)
6
 
      double precision hval(hnnzmax)
7
 
 
8
 
C     COMMON BLOCKS
9
 
      common /hdata/ hval,hlin,hcol,hnnz
10
 
      save   /hdata/