[Dda-cvs] ntdda/include dxf.h,1.1,1.2 mohrcoulomb.h,1.2,1.3
Status: Beta
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2006-07-02 23:37:50
|
Update of /cvsroot/dda/ntdda/include In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9444/include Modified Files: dxf.h mohrcoulomb.h Log Message: Roozbeh's Mohr-Coulomb code added to project. Index: mohrcoulomb.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/mohrcoulomb.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mohrcoulomb.h 2 Jul 2006 23:22:45 -0000 1.2 --- mohrcoulomb.h 2 Jul 2006 23:37:45 -0000 1.3 *************** *** 50,53 **** --- 50,56 ---- double sigma[]); + #ifdef __cplusplus + } + #endif #endif /* __MOHRCOULOMB_H__ */ Index: dxf.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/dxf.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dxf.h 1 Jul 2006 05:25:53 -0000 1.1 --- dxf.h 2 Jul 2006 23:37:45 -0000 1.2 *************** *** 20,23 **** --- 20,26 ---- + #ifdef __cplusplus + } + #endif #endif /* __DXF_H__ */ |