We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bcc07 commit e0a71a7Copy full SHA for e0a71a7
ADOL-C/include/adolc/adtl_hov.h
@@ -256,9 +256,9 @@ class ADOLC_API adouble {
256
inline static bool _do_adval();
257
inline static bool _do_hoval();
258
inline static bool _do_indo();
259
- ADOLC_API static size_t numDir;
260
- ADOLC_API static size_t degree;
261
- ADOLC_API static enum Mode forward_mode;
+ static size_t numDir;
+ static size_t degree;
+ static enum Mode forward_mode;
262
ADOLC_API inline friend void setNumDir(const size_t p);
263
ADOLC_API inline friend void setDegree(const size_t p);
264
ADOLC_API inline friend void setMode(enum Mode newmode);
0 commit comments