mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
spelling error in outputted text
This commit is contained in:
parent
915af2d5d2
commit
a62aa37967
@ -168,7 +168,7 @@ int main(int argc, char** argv)
|
||||
std::stringstream outputtmp;
|
||||
|
||||
outputtmp << "################################################################################################" << std::endl;
|
||||
outputtmp << "# Results from depth thrend analysis on subsamples" << std::endl;
|
||||
outputtmp << "# Results from depth trend analysis on subsamples" << std::endl;
|
||||
outputtmp << "#" << std::endl;
|
||||
time_t now = time(NULL);
|
||||
outputtmp << "# Finished: " << asctime(localtime(&now));
|
||||
|
Loading…
Reference in New Issue
Block a user