Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Function ‘matmal’ at (1) has no IMPLICIT type

54 views
Skip to first unread message

Manisha Manisha

unread,
Aug 19, 2022, 2:17:22 PM8/19/22
to
Hi everyone ,
I am new user to run fortran program and i am facing the error
1)‘shape’ argument of ‘reshape’ intrinsic at (1) must be of rank 1
2)Function ‘matmal’ at (1) has no IMPLICIT type

--
The information contained in this electronic communication is intended
solely for the individual(s) or entity to which it is addressed. It may
contain proprietary, confidential and/or legally privileged information.
Any review, retransmission, dissemination, printing, copying or other use
of, or taking any action in reliance on the contents of this information by
person(s) or entities other than the intended recipient is strictly
prohibited and may be unlawful. If you have received this communication in
error, please notify us by responding to this email or telephone and
immediately and permanently delete all copies of this message and any
attachments from your system(s). The contents of this message do not
necessarily represent the views or policies of BITS Pilani.

Arjen Markus

unread,
Aug 19, 2022, 2:24:39 PM8/19/22
to
On Friday, August 19, 2022 at 8:17:22 PM UTC+2, Manisha Manisha wrote:
> Hi everyone ,
> I am new user to run fortran program and i am facing the error
> 1)‘shape’ argument of ‘reshape’ intrinsic at (1) must be of rank 1
> 2)Function ‘matmal’ at (1) has no IMPLICIT type
>
You should show us the source code, ideally reduced to a small program, that demonstrates the problems.

The error messages themselves are clear themselves (well, matmal should be matmul), but the important things are often:
- The actual arguments and their types used in the call to the functions
- The actual calls themselves

Regards,

Arjen
0 new messages