diff options
Diffstat (limited to 'models/gauss1d.hpp')
-rw-r--r-- | models/gauss1d.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/gauss1d.hpp b/models/gauss1d.hpp index 958cec9..8221178 100644 --- a/models/gauss1d.hpp +++ b/models/gauss1d.hpp @@ -39,7 +39,7 @@ namespace opt_utilities "y=N*exp(-(x-x0)^2/sigma^2\n"; } }; -}; +} |