mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 05:35:37 -04:00
blocks. These interface block allow the compiler to check whether the relevant GA routines are called with the correct data types for the arguments. It is expected that these checks will be crucial to get the MAPOINTER stuff right.
7 lines
359 B
Text
7 lines
359 B
Text
README fix_include_files
|
|
========================
|
|
|
|
The script fix_include_files is supposed to be run from this directory.
|
|
It modifies include files in the GA adding Fortran90 interface blocks so that
|
|
the compiler can check whether critical routines are called with the correct
|
|
data types. More comments on the how and why are included in the script itself.
|