# Issue with movemesh

**URL:** https://community.freefem.org/t/issue-with-movemesh/301
**Category:** General Discussion
**Created:** [March 11, 2020, 4:28pm UTC](https://community.freefem.org/t/issue-with-movemesh/301 "2020-03-11T16:28:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![laurent.bernard](https://avatars.discourse-cdn.com/v4/letter/l/d9b06d/32.png) [@laurent.bernard](https://community.freefem.org/u/laurent.bernard)
#### Post date: [March 11, 2020, 4:28pm UTC](https://community.freefem.org/t/issue-with-movemesh/301/1 "2020-03-11T16:28:25Z")

</div>

Hello,  
The following code using movemesh returns an error on FreeFEM 4.4 and 4.5 (Ubuntu 18.04):  
//  
load “msh3”  
load “tetgen”  
mesh3 Th = cube(1, 1, 1);  
Th=movemesh(Th,transfo=[x+1,y,z]);  
//

the error message is:  
Th=movemesh(Th,transfo=[x+1,y,z]) error operator (   
List of choices  
( : , \<7E\_Array\>… )  
( : , \<7E\_Array\> )  
( : , \<7E\_Array\> )  
( : , \<7E\_Array\> )

Best regards,  
Laurent

---

<div class="post-metadata">

### Author: ![AFourmont](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.freefem.org/afourmont/32/56_2.png) [@AFourmont](https://community.freefem.org/u/AFourmont)
#### Post date: [March 12, 2020, 8:39am UTC](https://community.freefem.org/t/issue-with-movemesh/301/2 "2020-03-12T08:39:41Z")

</div>

Read the doc please:

[https://doc.freefem.org/documentation/mesh-generation.html#id6](https://doc.freefem.org/documentation/mesh-generation.html#id6)

---

<div class="post-metadata">

### Author: ![laurent.bernard](https://avatars.discourse-cdn.com/v4/letter/l/d9b06d/32.png) [@laurent.bernard](https://community.freefem.org/u/laurent.bernard)
#### Post date: [March 12, 2020, 10:10am UTC](https://community.freefem.org/t/issue-with-movemesh/301/3 "2020-03-12T10:10:12Z")

</div>

Thank you!  
I am sorry I didn’t check the documentation on “movemesh” before, but I found the wrong syntax in the documentation, in the example for “movemesh23” command, at line 63:  
“meshS Thmv2 = movemesh(Thfinal, transfo=[mv2x, mv2y, mv2z], facemerge=0);”

Best regards
