Changeset 13362
- Timestamp:
- 09/13/12 13:42:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/AutodiffDriversx/AutodiffDriversx.cpp
r13333 r13362 3 3 */ 4 4 5 #include <iostream>6 5 #include "../../modules/modules.h" 7 6 #include "../../shared/shared.h" … … 66 65 double *theJacVecProduct=xNew<double>(num_dependents); 67 66 double *theOutput=xNew<double>(num_dependents); 68 for (int i=0; i<num_independents; ++i) {69 std::cout << "fos_forward xp[" << i << "]=" << xp[i] << std::endl;70 }71 67 if (fos_forward(1,num_dependents,num_independents, 0, xp, tangentDir, theOutput, theJacVecProduct )) 72 68 _error_("fos_forward returned non-zero error code");
Note:
See TracChangeset
for help on using the changeset viewer.