Changeset 11995 for issm/trunk/src/c/objects/Numerics/ElementVector.h
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk ¶
- Property svn:ignore
-
TabularUnified
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
TabularUnified issm/trunk/src/c/objects/Numerics/ElementVector.h ¶
r8800 r11995 40 40 /*}}}*/ 41 41 /*ElementVector specific routines {{{1*/ 42 void AddToGlobal(Vec pf);43 void InsertIntoGlobal(Vec pf);42 void AddToGlobal(Vector* pf); 43 void InsertIntoGlobal(Vector* pf); 44 44 void Echo(void); 45 45 void Init(ElementVector* pe);
Note:
See TracChangeset
for help on using the changeset viewer.