Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Willi Mutschler
preprocessor
Commits
c79ae5d4
Verified
Commit
c79ae5d4
authored
Jan 28, 2021
by
Willi Mutschler
Browse files
Save 'Total computing time' into oo_.time
parent
ad22e628
Pipeline
#4833
passed with stages
in 2 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ModFile.cc
View file @
c79ae5d4
...
...
@@ -1093,7 +1093,8 @@ ModFile::writeMOutput(const string &basename, bool clear_all, bool clear_global,
if
(
!
notime
)
mOutputFile
<<
endl
<<
endl
<<
"disp(['Total computing time : ' dynsec2hms(toc(tic0)) ]);"
<<
endl
;
<<
"oo_.time = toc(tic0);"
<<
endl
<<
"disp(['Total computing time : ' dynsec2hms(oo_.time) ]);"
<<
endl
;
if
(
!
no_warn
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment