Skip to content
Snippets Groups Projects
Commit bdc6bba2 authored by Rudolf Zeller's avatar Rudolf Zeller
Browse files

Changed formatted to list-directed input for ncell and nfu

parent 3acefb8b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ module read_formatted_shapefun_mod
integer :: icell
double precision :: dummy
read(unit, fmt="(16i5)") sfile%ncell
read(unit, fmt=*) sfile%ncell
read(unit, fmt="(4d20.12)") (dummy, icell=1,sfile%ncell)
......@@ -93,7 +93,7 @@ module read_formatted_shapefun_mod
integer :: ifun, lm
read(unit, fmt="(16i5)") shapef%nfu
read(unit, fmt=*) shapef%nfu
allocate(shapef%llmsp(shapef%nfu), shapef%thetas(inter%meshn,shapef%nfu))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment