Home
last modified time | relevance | path

Searched refs:contacts_bkup (Results 1 – 2 of 2) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dfstr_Cutback.f9066 allocate(fstrSOLID%contacts_bkup(ncont))
69 allocate(fstrSOLID%contacts_bkup(i)%states(nstate))
112 deallocate(fstrSOLID%contacts_bkup(i)%states)
114 deallocate(fstrSOLID%contacts_bkup)
162 … call contact_state_copy(fstrSOLID%contacts(i)%states(j), fstrSOLID%contacts_bkup(i)%states(j))
213 … call contact_state_copy(fstrSOLID%contacts_bkup(i)%states(j), fstrSOLID%contacts(i)%states(j))
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f90390 type( tContact ), pointer :: contacts_bkup(:) =>null() !< contact information (backup) component