Changeset 13499


Ignore:
Timestamp:
10/02/12 14:14:37 (12 years ago)
Author:
Eric.Larour
Message:

CHG: problem with driver name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/modules/AutodiffDriversx/AutodiffDriversx.cpp ΒΆ

    r13468 r13499  
    102102                                xDelete(tangentDir);
    103103                        }
    104                         else if ((strcmp(driver,"fov_forward")==0) || (strcmp(driver,"fov_forward")==0)){
     104                        else if ((strcmp(driver,"fov_forward")==0) || (strcmp(driver,"jacobian")==0)){
    105105                               
    106106                                int* indepIndices=NULL;
Note: See TracChangeset for help on using the changeset viewer.