Opened 16 years ago
Closed 16 years ago
#135 closed defect (fixed)
syntax error in diffusion1_par.mmp
| Reported by: | ywei | Owned by: | zirkel |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | examples | Version: | |
| Keywords: | Cc: |
Description
In diffusion1_par.mmp, there is a syntax error. On line 15, a real array named buf is declared. But on line 20, the same name buf is used again to declare another real array. Variable names shoule be unique.
Change History (2)
comment:1 by , 16 years ago
| Status: | new → accepted |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

I'm working on this model. This problem has been corrected.