Skip to content

Commit

Permalink
BF more defines errors
Browse files Browse the repository at this point in the history
  • Loading branch information
qmacAstanford committed Jan 26, 2021
1 parent 497c4af commit 5a4702b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input/example_defines/ThomasSim.inc
Expand Up @@ -438,7 +438,7 @@
! DEFAULTS COMMENT: ! box size/confinment, *MUST* be set by user
! TYPE: REAL(DP)

#define WLC_P__LBOX_Z WLC_P__LBOX_X_dp
#define WLC_P__LBOX_Z WLC_P__LBOX_X
! VARIABLE COMMENT: ! monte carlo field bin total box length (approximate)<<<change>>>
! DEFAULTS COMMENT: ! box size/confinment, *MUST* be set by user
! TYPE: REAL(DP)
Expand Down Expand Up @@ -1172,12 +1172,12 @@
! DEFAULTS COMMENT: None
! TYPE: REAL(DP)

#define WLC_P__MINAMP_NUCLEOSOME_SLIDE NAN
! VARIABLE COMMENT: ! minium amplitude
#define WLC_P__MINAMP_SPIDER 1.0_dp*WLC_P__L0
! VARIABLE COMMENT: ! Minimum acceptable amplitude range for this move.
! DEFAULTS COMMENT: None
! TYPE: REAL(DP)

#define WLC_P__MINAMP_SPIDER 1.0_dp*wlc_p%L0
#define WLC_P__MINAMP_NUCLEOSOME_SLIDE NAN
! VARIABLE COMMENT: ! minium amplitude
! DEFAULTS COMMENT: None
! TYPE: REAL(DP)
Expand Down

0 comments on commit 5a4702b

Please sign in to comment.