File: TODO

package info (click to toggle)
abinit 9.10.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 518,712 kB
  • sloc: xml: 877,568; f90: 577,240; python: 80,760; perl: 7,019; ansic: 4,585; sh: 1,925; javascript: 601; fortran: 557; cpp: 454; objc: 323; makefile: 77; csh: 42; pascal: 31
file content (13 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO list for developers
========================

Refactoring the source code
---------------------------

### 02_clib ###

The 02_clib library has been written when Abinit relied on the Fortran 90/95
standards. Now that we have switched to Fortran 2003, its contents should be
rewritten using the ISO_C_BINDING module, which will remove the need for most
of the current C files in this directory.