~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to ntable/src/semantic.cache

  • Committer: steffen
  • Date: 2004-01-20 05:44:15 UTC
  • Revision ID: svn-v4:1ddc92f8-1f06-0410-a909-b11019f1b28a:lsmtrunk:77
bugfix - rounding problems with particles on edge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;; Object semantic.cache
2
 
;; SEMANTICDB Tags save file
3
 
(semanticdb-project-database "semantic.cache"
4
 
  :file "semantic.cache"
5
 
  :tables (list 
6
 
   (semanticdb-table "module.mk"
7
 
    :file "module.mk"
8
 
    :pointmax 23
9
 
    :major-mode 'makefile-mode
10
 
    :tokens '(("+" variable nil (("src/dslice.cpp")) nil nil nil [5 23]))
11
 
    )
12
 
   )
13
 
  )