Changeset 13362


Ignore:
Timestamp:
09/13/12 13:42:21 (13 years ago)
Author:
utke
Message:

CHG remove temporary debug output

File:
1 edited

Legend:

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

    r13333 r13362  
    33 */
    44
    5 #include <iostream>
    65#include "../../modules/modules.h"
    76#include "../../shared/shared.h"
     
    6665                        double *theJacVecProduct=xNew<double>(num_dependents);
    6766                        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                         }
    7167                        if (fos_forward(1,num_dependents,num_independents, 0, xp, tangentDir, theOutput, theJacVecProduct ))
    7268                                _error_("fos_forward returned non-zero error code");
Note: See TracChangeset for help on using the changeset viewer.