Ignore:
Timestamp:
08/16/12 18:30:40 (13 years ago)
Author:
Eric.Larour
Message:

CHG: extended rest of the code (except for kriging code) to use IssmDouble
and IssmPDouble active and passive types, for use with AD type constructs (using
ADOLC or ADIC in the future).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/TotalSmbx/TotalSmbx.cpp

    r12773 r13073  
    1010#include "../../EnumDefinitions/EnumDefinitions.h"
    1111
    12 void TotalSmbx(double* pSmb, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters,bool process_units){
     12void TotalSmbx(IssmDouble* pSmb, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters,bool process_units){
    1313
    14         double local_smb = 0;
    15         double total_smb;
     14        IssmDouble local_smb = 0;
     15        IssmDouble total_smb;
    1616
    1717        for(int i=0;i<elements->Size();i++){
Note: See TracChangeset for help on using the changeset viewer.