source:
issm/oecreview/Archive/26740-27031/ISSM-26866-26867.diff@
27032
Last change on this file since 27032 was 27032, checked in by , 3 years ago | |
---|---|
File size: 1015 bytes |
-
../trunk-jpl/src/c/shared/io/Marshalling/Marshalling.cpp
90 90 }/*}}}*/ 91 91 void RegisterInputFunctor::call(IssmDouble & value){/*{{{*/ 92 92 _assert_(this->double_count<size_max); 93 _assert_(!xIsNan<IssmDouble>(value)); 93 94 /*Comment out this assert, some parameters are NaN (e.g. abstol) by default*/ 95 //_assert_(!xIsNan<IssmDouble>(value)); 96 94 97 this->tape_codi->registerInput(value); 95 98 #if _CODIPACK_MAJOR_==2 96 99 this->identifiers[this->double_count] = value.getIdentifier(); … … 136 139 printf(" double_count: %i\n",double_count); 137 140 }/*}}}*/ 138 141 void RegisterOutputFunctor::call(IssmDouble & value){/*{{{*/ 139 _assert_(!xIsNan<IssmDouble>(value));142 //_assert_(!xIsNan<IssmDouble>(value)); 140 143 this->tape_codi->registerOutput(value); 141 144 this->double_count++; 142 145 }/*}}}*/
Note:
See TracBrowser
for help on using the repository browser.