Skip to content

Updates Set methods in ScalarFields  #235

@shishiousan

Description

@shishiousan

I think this issue is strongly related the issue number #179

When a scalarfield is set by the "addContribution=.FALSE." and given "scale" value,
it does not work properly.

e.g

CALL obj%set(VALUE=avec,  &
      & addContribution=.FALSE., &
      & scale=alp)

it set $obj = obj + alp*avec$ instead of $obj = alp*avec$.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions