Skip to content

Commit

Permalink
Remove functions that will not be developed at this moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AleMorales committed Jul 24, 2015
1 parent 76c8500 commit 2f8d9ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
15 changes: 0 additions & 15 deletions src/translate_RCpp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,6 @@ arma::mat $(name)_jacobian(const double& t, const vector<double>& states,

end

# Rcpp extended (RcppSundials)
function create_extended_rcpp(language, compressed_model, names_derivatives, name)

end

# Rcpp extended jacobian (RcppSundials)
function create_extended_jacobian_rcpp(language, extended_model, names_derivatives, name)

end

# Rcpp dae (RcppSundials)
function create_dae_rcpp(language, sorted_model, name)

end

# Write the file with all the model functions
function write_code_rcpp!(dynamic_type, model_function, jacobian_function, extended_function, extended_jacobian_function, name, file)

Expand Down
19 changes: 0 additions & 19 deletions src/translate_julia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,3 @@ function create_derivatives_julia()
end


# Julia jacobian (SimulationModels)
function create_jacobian_julia()

end

# Julia extended (SimulationModels)
function create_extended_julia()

end

# Julia extended jacobian (SimulationModels)
function create_extended_jacobian_julia()

end

# Julia dae (SimulationModels)
function create_dae_julia()

end

0 comments on commit 2f8d9ce

Please sign in to comment.