Warning: The structure contains misaligned fields
- From: blitheli <blitheli@xxxxxxxxx>
- Date: Mon, 28 Apr 2008 05:28:50 -0700 (PDT)
Is anybody can tell me what is wrong with this? Is this a fatal error
in fortran?
Thanks!
-------------------------------
module test
implicit none
type :: ccc
sequence
private
logical :: is_null=.true.
real(8):: A0=0d0,B0=0d0, Lambda0=0d0, H0=0d0
end type ccc
end module test
-------------------------------
The compile says:
Warning: The structure contains one or more misaligned fields.
[CCC]
.
- Follow-Ups:
- Re: Warning: The structure contains misaligned fields
- From: Gordon Sande
- Re: Warning: The structure contains misaligned fields
- Prev by Date: Re: Syntax check for IMPLICIT statement
- Next by Date: Re: Warning: The structure contains misaligned fields
- Previous by thread: Syntax check for IMPLICIT statement
- Next by thread: Re: Warning: The structure contains misaligned fields
- Index(es):
Relevant Pages
|
|