From 3f384cc4d1540783699e1b5c68b2831d378c27c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 28 Dec 2011 11:47:49 +0100 Subject: [PATCH] Preprocessor: minor fix for internal doc --- preprocessor/StaticModel.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/preprocessor/StaticModel.hh b/preprocessor/StaticModel.hh index 6da130477..de80b457e 100644 --- a/preprocessor/StaticModel.hh +++ b/preprocessor/StaticModel.hh @@ -162,12 +162,9 @@ public: //! Execute computations (variable sorting + derivation) /*! - \param jacobianExo whether derivatives w.r. to exo and exo_det should be in the Jacobian (derivatives w.r. to endo are always computed) - \param hessian whether 2nd derivatives w.r. to exo, exo_det and endo should be computed (implies jacobianExo = true) - \param thirdDerivatives whether 3rd derivatives w.r. to endo/exo/exo_det should be computed (implies jacobianExo = true) - \param paramsDerivatives whether 2nd derivatives w.r. to a pair (endo/exo/exo_det, parameter) should be computed (implies jacobianExo = true) \param eval_context evaluation context for normalization \param no_tmp_terms if true, no temporary terms will be computed in the static files + \param hessian whether 2nd derivatives w.r. to exo, exo_det and endo should be computed */ void computingPass(const eval_context_t &eval_context, bool no_tmp_terms, bool hessian, bool block, bool bytecode);