- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Case 1: It is simpler
Compiling with Intel(R) Visual Fortran Compiler 17.0.1.143 [IA-32]...
FieldBounday.F90
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for E:\20170520\Program\20180609PICMCIMM\20180609PICMCIMM\code\pic\FieldBounday.F90 (code 1)
Module ModuleFieldBoundary
Use ModuleControlFlow
Use ModuleField
Use ModuleParticleBoundary
!Use ModuleParticleBoundary
Implicit none
Type FieldBoundary
!Integer(4) :: XStart=0,XEnd=1
Integer(4) :: FieldBoundaryModel=10
Integer(4) :: Timer=0,Period
Real(8) :: Dt=Inputdt
Real(8) :: Frequency(2)=(/13.56d6,2.d6/),Voltage(2)=(/200.d0,100.d0/)
Real(8) :: V1=0.d0,V2=0.d0
Real(8) :: Vdc=0.d0!-20.d0
Contains
!procedure :: Init=>InitilalizationFieldBounday
!procedure :: Updater=>UpdaterFieldBounday
EndType FieldBoundary
contains
end Module ModuleFieldBoundary
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One would need the sources for all the dependent modules to do anything with this. Have you tried it with 18.0.3?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page