Skip to content
Snippets Groups Projects
Verified Commit 6e69eea3 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Minor tightening of access specifiers

parent f6053df7
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,8 @@ protected:
void computeTemporaryTerms(bool is_matlab, bool no_tmp_terms);
//! Computes temporary terms per block
void computeBlockTemporaryTerms();
private:
/* Add additional temporary terms for a given block. This method is called by
computeBlockTemporaryTerms(). It does nothing by default, but is meant to
be overriden by subclasses (actually by DynamicModel, who needs extra
......@@ -232,6 +234,8 @@ protected:
virtual void additionalBlockTemporaryTerms(int blk,
vector<vector<temporary_terms_t>> &blocks_temporary_terms,
map<expr_t, tuple<int, int, int>> &reference_count) const;
protected:
//! Computes temporary terms for the file containing parameters derivatives
void computeParamsDerivativesTemporaryTerms();
//! Writes temporary terms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment