Ignore:
Timestamp:
09/11/12 14:15:46 (13 years ago)
Author:
utke
Message:

CHG : temporary addition of debug output

File:
1 edited

Legend:

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

    r13326 r13328  
    33 */
    44
     5#include <iostream>
    56#include "../../modules/modules.h"
    67#include "../../shared/shared.h"
     
    6566                double *theJacVecProduct=xNew<double>(num_dependents);
    6667                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                }
    6771                if (fos_forward(1,num_dependents,num_independents, 0, xp, tangentDir, theOutput, theJacVecProduct ))
    6872                  _error_("fos_forward returned non-zero error code");
Note: See TracChangeset for help on using the changeset viewer.