Changeset 15667
- Timestamp:
- 08/01/13 07:54:31 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15657 r15667 1660 1660 1661 1661 /*Intermediaries*/ 1662 int i,t; 1663 int penta_vertex_ids[6]; 1664 int row; 1665 IssmDouble nodeinputs[6]; 1666 IssmDouble time; 1667 TransientInput* transientinput=NULL; 1668 1669 IssmDouble yts; 1670 1671 /*Fetch parameters: */ 1672 iomodel->Constant(&yts,ConstantsYtsEnum); 1662 int i,t; 1663 int penta_vertex_ids[6]; 1664 int row; 1665 IssmDouble nodeinputs[6]; 1666 IssmDouble time; 1667 TransientInput *transientinput = NULL; 1673 1668 1674 1669 /*Branch on type of vector: nodal or elementary: */ … … 1701 1696 1702 1697 /*time? :*/ 1703 time=(IssmDouble)vector[(M-1)*N+t] *yts;1698 time=(IssmDouble)vector[(M-1)*N+t]; 1704 1699 1705 1700 if(t==0)transientinput=new TransientInput(vector_enum); -
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r15654 r15667 1770 1770 IssmDouble time; 1771 1771 TransientInput* transientinput=NULL; 1772 IssmDouble yts;1773 1774 /*Fetch parameters: */1775 iomodel->Constant(&yts,ConstantsYtsEnum);1776 1772 1777 1773 /*Branch on type of vector: nodal or elementary: */ … … 1804 1800 1805 1801 /*time? :*/ 1806 time=(IssmDouble)vector[(M-1)*N+t] *yts;1802 time=(IssmDouble)vector[(M-1)*N+t]; 1807 1803 1808 1804 if(t==0) transientinput=new TransientInput(vector_enum);
Note:
See TracChangeset
for help on using the changeset viewer.