Skip to content
Snippets Groups Projects
Commit 2a8e419a authored by Evgeny Mortikov's avatar Evgeny Mortikov
Browse files

adding output reference files; CLion project files

parent 784c5061
No related branches found
No related tags found
No related merge requests found
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MakefileSettings">
<option name="linkedExternalProjectsSettings">
<MakefileProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="version" value="2" />
</MakefileProjectSettings>
</option>
</component>
<component name="MakefileWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File moved
File moved
File moved
PROGRAM main_ddt program sfx_main
use sfx_phys_const use sfx_phys_const
use sfx_esm_param use sfx_esm_param
...@@ -132,9 +132,8 @@ PROGRAM main_ddt ...@@ -132,9 +132,8 @@ PROGRAM main_ddt
deallocate(data_outMAS%Km) deallocate(data_outMAS%Km)
deallocate(data_outMAS%Pr_t_inv) deallocate(data_outMAS%Pr_t_inv)
10 format (f8.4,2x,f8.4) 10 format (f8.4,2x,f8.4)
20 format (11(f10.4,3x)) 20 format (11(f10.4,3x))
stop stop
END PROGRAM end program
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment