[Developers] Issue 47 in admb-project: nested for loops in LOCAL_CALCS and PRELIMINARY_CALCS not work
codesite-noreply at google.com
codesite-noreply at google.com
Fri Oct 9 15:37:19 PDT 2009
Updates:
Status: Done
Comment #5 on issue 47 by jnancheta: nested for loops in LOCAL_CALCS and
PRELIMINARY_CALCS not work
http://code.google.com/p/admb-project/issues/detail?id=47
This is actually a problem with the amount of leading spaces and/or tabs.
For
LOCAL_CALCS body, it should be minimum of two spaces and/or tabs. If only
one
space or tab is found, a message similar to below will display, then exit
tpl2cpp.
Error: In LOCAL_SECTION lines should be indented with two spaces.
Line 6:
cout<<"hello world"<<endl;
^
For the PRELIMINARY_CALCS_SECTION the leading spacing is now the same as the
PROCEDURE_SECTION.
Done in revision 428.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the Developers
mailing list