source:
issm/oecreview/Archive/14312-15392/ISSM-14665-14666.diff@
15393
Last change on this file since 15393 was 15393, checked in by , 12 years ago | |
---|---|
File size: 1.4 KB |
-
TabularUnified ../trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.cpp
11 11 void InputUpdateFromConstantx( Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool constant, int name){ 12 12 13 13 int i; 14 if(VerboseModule()) _pprintLine_(" Input updates from constant"); 14 15 15 16 /*Elements and loads drive the update: */ 16 17 for(i=0;i<elements->Size();i++){ … … 31 32 void InputUpdateFromConstantx( Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,int constant, int name){ 32 33 33 34 int i; 35 if(VerboseModule()) _pprintLine_(" Input updates from constant"); 34 36 35 37 /*Elements and loads drive the update: */ 36 38 for(i=0;i<elements->Size();i++){ … … 51 53 void InputUpdateFromConstantx( Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,IssmDouble constant, int name){ 52 54 53 55 int i; 56 if(VerboseModule()) _pprintLine_(" Input updates from constant"); 54 57 55 58 /*Elements and loads drive the update: */ 56 59 for(i=0;i<elements->Size();i++){
Note:
See TracBrowser
for help on using the repository browser.