From 1ba28081910bb79d18175f468b50c89b7a3caa3f Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Mon, 10 Aug 2020 14:48:16 +0300 Subject: [PATCH] Remove some outdated TODO comments --- src/DSA.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/DSA.jl b/src/DSA.jl index b38bb66..feeaa23 100644 --- a/src/DSA.jl +++ b/src/DSA.jl @@ -1,9 +1,6 @@ # This file is a part of JuliaFEM. # License is MIT: see https://github.com/JuliaFEM/Materials.jl/blob/master/LICENSE -# TODO: write docstrings for all public functions -# TODO: add comments where needed - module DSAModule using LinearAlgebra, ForwardDiff, Tensors, NLsolve, Parameters