Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions funcoes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ subroutine gera_arquivos(a,b,c)
do i=1,nfreq
write(rea_char, '(I3)') i
open (400*c+i,file='mag_tempo'//rea_char//'.plt')
write(400*c+i,*) 'Variables="H","dH/dt","Mx","My","Mz","dMx","dMy","dMz","t"'
write(400*c+i,*) 'Variables="H","dH/dt","Mx","My","Mz","dMx/dt","dMy/dt","dMz/dt","t"'
end do
end if

Expand Down Expand Up @@ -992,7 +992,7 @@ subroutine gera_arquivos(a,b,c)

if(grafmag) then
open(5*c,file='mag_tempo.plt')
write(5*c,*)'Variables="H","dH/dt","Mx","My","Mz","dMx","dMy","dMz","t"'
write(5*c,*)'Variables="H","dH/dt","Mx","My","Mz","dMx/dt","dMy/dt","dMz/dt","t"'
end if

if(printphi) then
Expand Down