The Fortran standard requires that for free-form source code each line may contain up to 132 characters. Please follow the standard, e.g., in the code here
|
private :: reallocate_int1d, reallocate_int2d, reallocate_int3d, reallocate_real1d, reallocate_real2d, reallocate_char1d, reallocate_log1d |
Otherwise, too many error messages at compile time.
The Fortran standard requires that for free-form source code each line may contain up to 132 characters. Please follow the standard, e.g., in the code here
QUIP/src/libAtoms/System.F90
Line 238 in e5de082
Otherwise, too many error messages at compile time.